@extends('backend.layouts.grid') @section('title', __('Services')) @section('link', route('admin.services.create')) @section('content')
| #ID | {{ __('Image') }} | {{ __('Service') }} | {{ __('Marina') }} | {{ __('Category') }} | {{ __('Subcategory') }} | {{ __('Distance') }} | {{ __('Contact Number') }} | {{ __('Status') }} | {{ __('Action') }} |
|---|---|---|---|---|---|---|---|---|---|
| {{ $key+1 }} | {{ $service->service_name }} | {{ App\Helpers\CustomHelper::marinaName($service->marina_id) }} | {{ $service->category->name }} | {{ $service->subCategory->name }} | {{ $service->distance }} | {{ $service->contact_number }} | {!! userStatus($service->status) !!} |