@extends('admin.layout.master') @section('content')

Coaching Listing

Display Method:

@if($coachingCount > 0) Publish @else Publish @endif

Trending

Add New Coaching

Total Product Available: {{count($coachingList)}}

@if(!$coachingList->isEmpty()) @foreach($coachingList as $key => $value) @endforeach @else No Data Found @endif @if($coachingCount > 10) @endif
@endsection @section('scripts') @endsection