{{ __('Manage Service Types') }}

Add New Service Type
@foreach($types as $type) @endforeach
Name Category Price (Starts From) Status Actions
{{ $type->name }} {{ $type->category }} {{ $type->price ? number_format($type->price) . ' EGP' : '-' }} {{ $type->is_active ? 'Active' : 'Inactive' }} Edit
@csrf @method('DELETE')