{{ __('Service Category') }}
{{ __('#') }} | {{ __('Name') }} | {{ __('Status') }} | {{ __('Action') }} |
---|---|---|---|
{{ ++$id }} | {{ $service->name }} | @if ($service->status == 'publish') Published @elseif($service->status == 'draft') Draft @endif | {{ __('Edit') }} |