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

Milk Purchases Records Synced Till : {{ date('Y-m-d H:i:s', strtotime($latestRecord->created_at)) }}

@if($syncResult == null) @can('Sync System Reports Data') Sync Now @endcan @else
Loading...
@endif
@if ($message = Session::get('success'))
@endif @if ($message = Session::get('error'))
@endif

Milk Procurement and Distribution Reports

@can('Area Office Collection Summary Report') @endcan @can('Milk Purchase Summary Report') @endcan @can('Bi Milk Purchase Summary Report') @endcan
{{--

Milk Procurement and Distribution Reports

--}} {{-- @can('MCC Wise Summary Report') @endcan --}} {{-- @can('Supplier Type Wise Report') @endcan --}} @can('Supplier Type Wise Report') @endcan @can('Supplier Type Wise Report') @endcan @can('Supplier Type Wise Report') @endcan

Reception & Dispatch Reports

@can('Supplier Type Wise Report') @endcan @can('FM Area Lab Dispatch Report') @endcan @can('Plant Lab Reception Report') @endcan

Expense And Billing Reports

@can('Supplier Type Wise Report') @endcan
@endsection @section('vendor-script') {{-- vendor files table data --}} @endsection @section('page-script') @endsection