@include('partials.favicon') @hasSection('seo') @yield('seo') @else @include('partials.seo', [ 'title' => config('brand.name', 'FinAegis'), 'description' => config('brand.name', 'FinAegis') . ' - The Enterprise Financial Platform Powering the Future of Banking.', 'keywords' => config('brand.name', 'FinAegis') . ', banking platform, fintech, core banking system', ]) @endif @vite(['resources/css/app.css', 'resources/js/app.js']) @stack('styles') @if(config('brand.ga_id')) @endif