@extends('layouts.app') @section('breadcrumb')
warehouses
{{$model->id}}
Edit
@endsection @section('header')
Edit {{$model->id}}
@endSection @section('tools')
@endsection @section('content')
@include('forms.warehouse',[ 'route'=>route('warehouses.update',$model->id), 'method'=>'PUT' ])
@endSection