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

EFS Reports - {{$carrier->name}}

@foreach ($reports as $report) @endforeach
Report Date created Week ID Status Date sent Amount Fee TTP Country Delete
View {{$report->created_at->format('m/d/Y')}} {{$report->week_id}} {{$report->status}} {{$report->date_sent}} {{$report->amount}} {{$report->fee}} {{$report->ttp}} {{$report->country}} Delete
@endsection @section('css') @stop @section('js') @stop