@extends('layouts.app') @section('title', 'Edit Session') @section('content') arrow_back Back to Sessions @include('partials.flash') @include('admin.sessions._form') @endsection