{{$service_name}} Sections Table
@include('success.success')
@include('errors.error')
S.N. | Service Name | Image | Description | Order By | Status | Action |
---|---|---|---|---|---|---|
{{$loop->iteration}} | {{$section->visa_service->name}} | @if($section->image != null) @else Image not available @endif | {!!$section->description!!} | {{$section->order_by}} | {{config('custom.status')[$section->status]}} | View Edit |
{!! $service_sections->links() !!}