@extends('layouts/contentLayoutMaster') @section('title', 'Mobile Report') @section('vendor-style') {{-- vendor css files --}} @endsection @section('content')

Mobile Report

MMT
{{$mr->mmt?$mr->mmt->name:''}}
Duration
{{date("d-m-Y H:i a", $mr->from_time)}} to {{ date("d-m-Y H:i a", $mr->to_time)}}
Opening balance
{{$mr->opening_balance}}
Closing Balance
{{$mr->left_over_milk}}
Gain / Loss
{{$mr->gain_loss}}

At MCCS

@forelse($milk_purchases as $mpr) @empty @endforelse
Sr. No. Collection Center Gross volume Ts Volume Time
MPS-{{$mpr->serial_number}} {{$mpr->mcc?$mpr->mcc->name:''}} {{$mpr->gross_volume}} {{$mpr->ts_volume}} {{$mpr->created_at}}
No data found

At CP's

@forelse($milk_purchase_at_cps as $mpr) @empty @endforelse
Sr. No. Collection Point Gross volume Ts Volume Time
MPR-{{$mpr->serial_number}} {{$mpr->cp?$mpr->cp->name:''}} {{$mpr->gross_volume}} {{$mpr->ts_volume}} {{$mpr->created_at}}
No data found
@endsection @section('vendor-script') {{-- vendor files table data --}} @endsection @section('page-script') @endsection