@if(config('cashier.key') && config('cashier.secret')) @endif @if(file_exists($theme = storage_path('app/public/theme.css'))) @endif @if($logo = setting('logo')) @endif @if(view()->exists('header')) {!! view('header')->render() !!} @endif @routes @inertia @if(view()->exists('footer')) {!! view('footer')->render() !!} @endif