@extends('adminlte::page') @section('title', 'Dashboard') @section('content_header') @stop @section('content') @if ($errors->any())
Total USD: {{number_format($cost['total_usd'],2)}}
Total CAN: {{number_format($cost['total_can'],2)}}