@extends('layouts.main') @section('title') Training: Create @endsection @section('content')
@csrf @include('training.partials.form')
 Cancel
@endsection