@extends('admin.layout') @section('content')
Edit time slot
@method('PUT') @include('admin.time_slots.form', ['slot' => $slot])
@endsection