@extends('admin.layout.app') @section('main-content') Factory: {{ App\Model\consignee::find($consignee_id)->name }} FACTORY WAREHOUSE @include('includes.messages') {{ csrf_field() }} {{ method_field('PUT') }} Name Of Warehouse Select Type of Warehouse Select Type of Warehouse. type_of_warehouse == 'Raw Beans') selected @endif>Raw Beans type_of_warehouse == 'Products') selected @endif>Products Warehouse Ownership Select Ownership Type ownership == 'Third Party') selected @endif>Third Party ownership == 'Factory Owned') selected @endif>Factory Owned Warehouse Tonnage @endsection @section('more-scripts') @endsection