@extends('garage.layouts.app') @section('title', 'Add slot') @section('content')

Add slot

Example: Slot 1, Slot 2, Bay A.
Back
@if(session('error'))
{{ session('error') }}
@endif @if($errors->any())
@endif
@csrf
Cancel
@endsection