@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())
@endif
@csrf @method('PUT')
is_active) ? 'checked' : '' }}>
Cancel
@endsection