@extends('backend.layouts.app') @section('content')
@csrf @if(isset($editData) && !empty($editData)) @method('PUT') @endif

@if(isset($editData) && !empty($editData)) Update Service @else New Service @endif

Service List

@foreach($tee_categories as $category) @endforeach
Serial Service Name Coach Servicing percentage Servicing Type Description Action
{{$loop->index + 1}} {{$category->service_name}} {{$category->coach_servicing_per}} {{$category->service_name_type}} {{$category->description}}
@csrf @method('DELETE')
@endsection @section('page_script') @endsection