@extends('admin.layout.app') @section('more-head') @endsection @section('main-content')

Factory: {{ App\Model\consignee::find($consignee_id)->name }}

EDIT FACTORY PRODUCT

@include('includes.messages')
{{ csrf_field() }} {{ method_field('PUT') }}
@php $type_of_product = App\Model\type_of_product::find($factory_product->type_of_product_id); @endphp
@endsection @section('more-scripts') @endsection