@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 Entities Listing

Entities Listing

@foreach($entities as $entity) @endforeach
Entity Name Prefix Currency Country Code Default Balance Action
{{ $entity->entity_name }} {{ $entity->prefix }} {{ $entity->currency }} {{ $entity->country_code }} {{ $entity->default_balance }} |
@if ($errors->any()) @endif