@extends('garage.layouts.app')
@section('title', 'Edit slot')
@section('content')
Edit slot
Update slot name/status.
Back
@if(session('error'))
{{ session('error') }}
@endif
@if($errors->any())
@foreach($errors->all() as $e)- {{ $e }}
@endforeach
@endif
@endsection