@if (\Session::has('success'))
{!! \Session::get('success') !!}
@endif
@if (\Session::has('error'))
{!! \Session::get('error') !!}
@endif
{{--
--}}
{{--
PDF --}}
{{--
--}}
| S.No |
Name |
Action |
@php $i = 0; @endphp
@foreach($data as $val)
@php $i++; @endphp
| {{$i}} |
{{$val['Name']}} |
|
@endforeach
{{$data->render('custom_pagination')}}