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

Receipts

QCC RECONCILIATION

          SEASON :({{ App\Model\season::find($_SESSION['season'])->name }})

          DATE :{{ Carbon\Carbon::parse($_SESSION['dfrom'])->format('d/M/Y') }} - {{ Carbon\Carbon::parse($_SESSION['dto'])->format('d/M/Y') }}

@foreach ($sheds as $shed) @endforeach @foreach ($lbcs as $lbc) @foreach ($sheds as $shed) @endforeach @endforeach @foreach ($sheds as $shed) @endforeach
No. LBC/SHEDS{{ $shed->name }}LBC - SHEDS TOTAL
{{ $loop->index + 1 }} {{ $lbc->name }} {{ $internal_waybills->where('lbc_id', $lbc->id)->where('shed_id', $shed->id)->sum('purity_no_of_bags_ok') / 16 }} {{ $internal_waybills->where('lbc_id', $lbc->id)->sum('purity_no_of_bags_ok') / 16 }}
SHED - LBCs TOTAL {{ $internal_waybills->where('shed_id', $shed->id)->sum('purity_no_of_bags_ok') / 16 }} {{ $internal_waybills->sum('purity_no_of_bags_ok') / 16 }}
@endsection @section('more-scripts') @endsection