@php $backlogs = $widget['data']['backlog']; $total = $widget['data']['total']; @endphp

Backlog Reminder

{{$widget['date_from']}} - {{$widget['date_to']}}
Total Backlog

${{$total}}


@foreach($backlogs as $backlog) @endforeach
{{$backlog['client']}} $ {{$backlog['remain']}}