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

@if($type == "create")
@csrf
@else
@method('put') @csrf
@endif

Trainer List

@if(sizeof($model) > 0) @foreach($model as $m) @endforeach @endif
Sl Trainer Name Description Action
Sl Trainer Name Description Action
{{ ++$sl }} {{ $m->coach_name }} {{ $m->description }}
@endsection @section('modal_content') @endsection @section('page_script')> @endsection