PetroERP Summary

All Credit Customers @if(isset($allTransportersCount)){{strstr($util->numberFormat(round($allTransportersCount)),'.',true)}}@else 0 @endif    
All Vehicle Count @if(isset($allCreditVehiclesCount)) {{strstr($util->numberFormat(round($allCreditVehiclesCount)),'.',true)}} @else 0 @endif     
All Credit used, Sum Rs.  @if(isset($allcreditTransactionCR)) {{strstr($util->numberFormat(round($allcreditTransactionCR/10000000)),'.',true)}} Cr. @else 0 @endif
All Req Completed Count @if(isset($allReqCompleted)) {{strstr($util->numberFormat(round($allReqCompleted)),'.',true)}} @else 0 @endif

Change History By Pump

{{--

Renewal Reminder List (Upcoming 10th Reminders)

--}}

Reminder List (Upcoming Reminders)

@if(isset($docList) && $docList->count()>0)
    @foreach($docList as $key=>$list)
  • @php($to = \Carbon\Carbon::createFromFormat('Y-m-d', date('Y-m-d'))) @php($from = \Carbon\Carbon::createFromFormat('Y-m-d',$list->expiryDate)) @php($diff_in_days = $to->diffInDays($from)) @php($expireOn = $from->diff(Carbon\Carbon::now())->format('%y Year, %m Months and %d Days')) {{$key+1}}]   Due / Renewal Date : {{$util->dateFormat($list->expiryDate,1)}} | {{substr($list->name,0,35)}} {{strlen($list->name)>35?'...':''}} | @if($list->image != NULL) @php($ext = pathinfo($list->image, PATHINFO_EXTENSION)) @php($icons = $exten[$ext]) @php($color = $extenColor[$ext]) {{$list->name}} | @endif @if($from >= $to) @if($diff_in_days <= 7) {{$expireOn}} @else {{$expireOn}} @endif @else Expired @endif
  • @endforeach
@else
  • Records Not Found 2 mins
@endif