@if (\Session::has('success'))
{{$data->render('custom_pagination')}}
{!! \Session::get('success') !!}
@endif
@if (\Session::has('error'))
{!! \Session::get('error') !!}
@endif
| Id | Title | Description | From | Created At |
|---|---|---|---|---|
| {{$i}} | {{$val['title']}} | {{$val['description']}} | {{$val['from']}} | {{$val['created_at']}} |