@include('admin.common.alert')
Services Table
@include('admin.services.create')| Id | Name | Image | Status | Action |
|---|---|---|---|---|
| {{ $service->id }} | {{ $service->name }} | @if ($service->status == 1) Active @else Inactive @endif | @include('admin.services.edit') |