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

Pilot verification

@foreach($pilot_statements as $statement) @endforeach
Date IT RT GP Country
{{$statement->billing_date}} {{number_format($statement->invoice_total,2)}} {{number_format($statement->retail_total,2)}} {{number_format($statement->retail_total-$statement->invoice_total,2)}} {{$statement->country}}
@stop @section('css') @stop @section('js') @stop