@extends('layouts.master') @section('page-css') @include('partials.trainingCSS') @endsection @section('main-content')
@if(Route::current()->getName() == 'trainings.my') @include('partials.trainingAddPopup') @endif
Title Assigned To Trainer Department Category Description Due date Added On Added By Action
@endsection @section('bottom-js') @include('partials.trainingJS') @endsection