@extends('layouts.app') @section('title', 'Edit Warehouse') @section('content')

Edit Warehouse: {{ $warehouse->name }}

@csrf @method('PUT')
status ? 'checked' : '' }}>
Discard Changes
@endsection