@extends('backend.layouts.app')
@section('content')
@if($type == "create")
@else
@endif
| Sl |
Trainer Name |
Description |
Action |
| Sl |
Trainer Name |
Description |
Action |
@if(sizeof($model) > 0)
@foreach($model as $m)
| {{ ++$sl }} |
{{ $m->coach_name }} |
{{ $m->description }} |
|
@endforeach
@endif
@endsection
@section('modal_content')
@endsection
@section('page_script')>
@endsection