{{ __('Service Category') }}
| {{ __('#') }} | {{ __('Name') }} | {{ __('Status') }} | {{ __('Action') }} |
|---|---|---|---|
| {{ ++$id }} | {{ $service->name }} | @if ($service->status == 'publish') Published @elseif($service->status == 'draft') Draft @endif | {{ __('Edit') }} |
@extends('admin.layouts.master') @section('title', 'Service Category') @section('content')
| {{ __('#') }} | {{ __('Name') }} | {{ __('Status') }} | {{ __('Action') }} |
|---|---|---|---|
| {{ ++$id }} | {{ $service->name }} | @if ($service->status == 'publish') Published @elseif($service->status == 'draft') Draft @endif | {{ __('Edit') }} |