@if (Route::currentRouteName() === 'admin')
@if(isset($admin_page_title) && $admin_page_title != null)
{{$admin_page_title}}
@else
Crater - Self Hosted Invoicing Platform
@endif
@endif
@if (Route::currentRouteName() === 'customer.login')
@if(isset($customer_page_title) && $customer_page_title != null)
{{$customer_page_title}}
@else
Crater - Self Hosted Invoicing Platform
@endif
@endif
@foreach(\Crater\Services\Module\ModuleFacade::allStyles() as $name => $path)
@endforeach
@vite
@foreach (\Crater\Services\Module\ModuleFacade::allScripts() as $name => $path)
@if (\Illuminate\Support\Str::startsWith($path, ['http://', 'https://']))
@else
@endif
@endforeach