@extends('layouts.master')
@section('page-css')
@include('partials.trainingCSS')
@endsection
@section('main-content')
@include('partials.commentStaff')
@endsection
@section('bottom-js')
@include('partials.trainingJS')
@include('partials.commentStaffJs')
@endsection