@extends('layouts.master')
@section('page-css')
@include('partials.trainingCSS')
@endsection
@section('main-content')
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@endsection
@section('bottom-js')
@include('partials.trainingJS')
@endsection