@if (count($errors) > 0)
Whoops! There were some problems with your input.
@endif
@if (session('success'))
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach
{{ session('success') }}
@endif
| # | Title | Image | Category | {{--Featured | --}}Status | Action |
|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $service->title }} |
@if ($service->image)
@endif
|
{{ $service->category->title ?? 'NA' }} | {{--@if ($service->featured) Yes @else No @endif | --}}@if ($service->status) Active @else Pending @endif |
|
@endif