@php $faviconPath = public_path('favicon.ico'); // or change to 'favicon.png' if that's what you're using $faviconUrl = asset('favicon.ico') . '?v=' . (file_exists($faviconPath) ? filemtime($faviconPath) : time()); @endphp PT Report

PT API Calls - Report

@php $apiList = [ 'dailyReport', 'gameRoundStatus', 'gameTransactionLineItemsReport', 'unfinishedGameRounds', 'playerGameTransactionReport' ]; @endphp @foreach($apiList as $api) @endforeach