@extends('layout.master', ['headerTitle' => 'Edit Warehouse']) @section('style') @endsection @section('body')

Edit Warehouse

@csrf @method('PUT')
@error('name'){{$message}}@enderror
@error('address'){{$message}}@enderror
@error('contact'){{$message}}@enderror
@endsection @push('scripts') @endpush