@extends('layouts.admin-portal') @section('page-title') Trainer @endsection @section('style') @endsection @section('content')

Trainers

@forelse ($trainers as $item) @empty
  • No record found.
@endforelse
@endsection @push('custom-js-scripts') @endpush