@extends('adminlte::page') @section('css') @stop @section('content')
Carrier | Label 1 | Label 2 | Transactions | Total | Fee | TTP | Country | Preview | Send | @foreach ($reports as $report)
---|---|---|---|---|---|---|---|---|---|
@if($report->carrier!='') {{$report->carrier->name}} @else - @endif | {{$report->user1_label}} | {{$report->user2_label}} | {{$report->transactions_no}} | {{number_format($report->total,2)}} | {{number_format($report->total_fee,2)}} | {{number_format($report->total_ttp,2)}} | {{$report->country}} | @if($report->carrier->hasEFSReportGenerated($report->week_id,$report->country)->count()>0) Preview | @else N/A @endif@if($report->carrier_id!='') @if($report->carrier->hasEFSReportGenerated($report->week_id,$report->country)->count()==0) Send @else {{$report->carrier->hasEFSReportGenerated($report->week_id,$report->country)->first()->status}} @endif @endif |