@extends('layouts.app') @section('content')
@include('layouts.partials.breadcrumb', ['title' => $title]) {{ html()->modelForm($warehouse, 'PUT')->route('warehouse.update', $warehouse->id)->class(['needs-validation'])->attributes(['novalidate', 'enctype' => 'multipart/form-data'])->open() }} @include('product::warehouse.partials.action') {{ html()->closeModelForm() }}
@endsection @push('js') @endpush