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