@extends('admin.layout.app') @section('more-head') @endsection @section('main-content') Research RESEARCH REPORTS @include('includes.messages') {{ csrf_field() }} Select Factory Select Factory @can('fac_report', Auth::user()) All FACTORIES @endcan @can('fac_m_n_e', Auth::user()) All FACTORIES @endcan @foreach ($consignees as $consignee) {{ $consignee->name }} @endforeach Select Report Select Report Type. Truck Report MK Delivieries @can('fac_report', Auth::user()) Warehouse Stock Report Sent Tolling Report Received Tolling Report Factory Floor Report WIP Report Product Report Factory Evacuation Report {{-- Import Details Report --}} @endcan @can('fac_m_n_e', Auth::user()) Warehouse Stock Report Sent Tolling Report Received Tolling Report Factory Floor Report WIP Report Product Report Factory Evacuation Report {{-- Import Details Report --}} @endcan Date from: Date to: Select Type of Warehouse Select Type of Warehouse. Raw Beans Products Select Type of Tolling Select Type of Tolling. Raw Beans Products {{-- Select Bean Warehouse Select Bean Warehouse. @foreach ($beans_warehouses as $beans_warehouse) id }}>{{ $beans_warehouse->name }} @endforeach --}} Select Bean Warehouse: Select Bean Warehouse Select Bean Type Select Bean Type. ALL BEAN TYPES @foreach ($crops as $crop) id }}>{{ ltrim($crop->name, 'Ghana') }} @endforeach {{-- Select Product Warehouse Select Product Warehouse. @foreach ($products_warehouses as $products_warehouse) id }}>{{ $products_warehouse->name }} @endforeach --}} Select Product Warehouse: Select Product Warehouse Select Product Select Product. ALL PRODUCT TYPES @foreach ($type_of_products as $type_of_product) id }}>{{ $type_of_product->type_of_product }} @endforeach Select MK Number: Select MK Number @endsection @section('more-scripts') @endsection