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

Add Warehouse

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