@extends('admin.layout') @section('content')
Create time slot
@include('admin.time_slots.form', ['slot' => null])
@endsection