@extends('adminlte::page') @section('title', 'Dashboard') @section('content_header') @stop @section('content')

IFTA Reports

Send all
@foreach ($carriers as $carrier) @endforeach
Carrier Username Date of last transaction Reports
{{ $carrier->name }} @if (isset($carrier->user->username)) {{ $carrier->user->username }} @endif @if ($carrier->dateOfLastTransaction() != null) {{ $carrier->dateOfLastTransaction()->date->format('m/d/Y') }} @endif @if(count($carrier->iftaReports)>0) @foreach ($carrier->iftaReports as $report) ({{$report->quarter->quarter}} - {{$report->status}} View ) @endforeach @endif
@endsection @section('css') @stop @section('js') @stop