@extends('layouts.app') @section('content')

Service List

@can('service_add') @endcan {{-- @endcan --}}
Selected
@canany(['service_edit', 'service_delete']) @endcanany @if (!empty($services) && $service->count()) @foreach ($services as $key => $service) @canany(['service_edit', 'service_delete']) @endcanany @endforeach @else @endif
# Service Image StatusAction
{{ $loop->iteration }} {{ $service->name }} @if ($service->img == null)
@else
@endif
@if ($service->status === null) Pending Verification @elseif ($service->status === 0) Inactive @else Active @endif @can('service_edit') @endcan @can('service_delete') @endcan
No matching records found
{{ $services->links() }}
@endsection @push('script') @endpush