@component('mail::layout') {{-- Header --}} @slot('header') @include('email.admin.includes.header') @endslot {{-- Body --}} {{-- Greeting --}} {{-- Greeting --}} @if (! empty($greeting)) # {{ $greeting }} @else @if ($level === 'error') # @lang('Whoops!') @else # Dear Admin, @endif @endif

This is the daily report summarising credit submissions completed by lawyers.

Total completed submissions in the last 24 hours: {{$count}}

@if(!empty($userHoursData)) @foreach($userHoursData as $userId => $userData) @foreach($userData['bars'] as $bar) @endforeach @endforeach
Lawyer Name Hours spent
{{ $userData['user_name'] }} {{ $bar['hours_spent'] }} hours

@endif

Please note: This is an automated email. Replies to this message will not be received.

Thank you, @if (! empty($salutation))
{{ $salutation }} @endif {{-- Subcopy --}} @isset($subcopy) @slot('subcopy') @component('mail::subcopy') {{ $subcopy }} @endcomponent @endslot @endisset {{-- Footer --}} @slot('footer') @include('email.admin.includes.footer') @endslot @endcomponent