@extends('admin_pages_master') @section('content')
@if (Session::has('success_message')) @endif @foreach($helps as $help) @endforeach
S/N Title Description
{{ $loop->iteration }} {{ $help->title }} {{ $help->description }}
@endsection