@extends('layouts.app') @section('title', 'Create Session') @section('content') arrow_back Back to My Trainings @include('partials.flash') @include('trainer.sessions._form') @endsection