@extends('layouts.master_app') @section('title') Editar @endsection @section('css') @endsection @section('content')

{{$inventory->user->person->fullname}} Editar {{$inventory->company_product->name}}

{{$inventory->company_product->name}}

@include('partials.success')
@csrf
@endsection @section('js') @endsection