@extends('layouts.master') @section('title', pageTitle('Daily Logs')) @section('content') @include('sections.breadcrumb')

Total Amount

({{ moneyFormat($total ?? 0) }})

@include('partials._list')
@stop @section('page-styles') @stop @section('page-scripts') @stop