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