@extends('layouts.app') @push('css') @endpush @section('content')

Session Edit

@csrf @method('PUT')
@error('title') {{ $message }} @enderror
@endsection @push('js') @endpush