@php $domain = config('app.url'); $account_updated_at = strtotime($account['updated_at']); $title = 'Smart Receipt Tester'; $favicon_prefix = 'assets/images/favicon/skale/'; @endphp {{ $title ?? config('app.name') }} @foreach ([16, 32, 96] as $fav_px) @php $fav_px = "{$fav_px}x{$fav_px}"; @endphp @endforeach @yield('style') @stack('style')
Logo
{{--
--}} @yield('content') {{--
--}}
@yield('script') @stack('script')