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

OPERATIONS MANAGEMENT SYSTEM

Internal Waybills this CTOR {{strtoupper(Auth::user()->shed->name)}} SHED

CTOR NUMBER {{strtoupper($ctor->ctor_number)}}
CTOR DATE {{$ctor->ctor_date}}
CTOR CATEGORY @foreach ($categorys as $category) @if ($ctor->category_id == $category->id) {{$category->name}} @endif @endforeach
CTOR Region {{$ctor->region->name}}
LBC {{$ctor->lbc->name}}
SHED {{$ctor->shed->name}}

@foreach ($internal_waybills as $internal_waybill) @endif @endforeach @endforeach
No. Transaction Code Region District Station LBC Company Bush Waybill No. Internal Waybill No. Internal Waybill Date Purity Date Purity Number Purity No. of Bags Purity Grade Purity Category
{{$loop->index + 1}}. {{$internal_waybill->bush_delivery->transaction_code}} {{$internal_waybill->bush_waybill->station->district->region->name}} {{$internal_waybill->bush_waybill->station->district->district_name}} {{$internal_waybill->bush_waybill->station->station_name}} {{$internal_waybill->bush_waybill->lbc->name}} {{$internal_waybill->bush_waybill->bush_waybill_no}} {{$internal_waybill->internal_waybill_no}} {{$internal_waybill->internal_waybill_date}} {{$internal_waybill->purity_date}} {{$internal_waybill->purity_number}} {{$internal_waybill->purity_no_of_bags_ok}} {{$internal_waybill->purity_grade}} @foreach ($categorys as $category) @if ($category->id == $internal_waybill->purity_category_id) {{$category->name}}
@endsection @section('more-scripts') @endsection