@extends('adminlte::page') @section('css') @stop @section('content')

EFS reports

@foreach ($reports as $report) @else N/A @endif @endforeach
Carrier Label 1 Label 2 Transactions Total Fee TTP Country Preview Send
@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 @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
View reports
@stop @section('js') @stop