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

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

Coach List

@foreach($tee_categories as $category) @endforeach
Serial Coach Name Description Action
Serial Coach Name Description Action
{{$loop->index + 1}} {{$category->course_name}} {{$category->description}} {{--{{route('drivingRang.course', $category->id)}}--}}
@csrf @method('DELETE')
@endsection @section('page_script') @endsection