@if (file_exists(public_path('build/manifest.json'))) @vite(['resources/css/app.css', 'resources/js/app.js']) @endif
@if(session('success'))

Success

{{ session('success') }}

@endif @if(session('error') || $errors->any())

Alert

{{ session('error') ?: $errors->first() }}

@endif @if(session('warning'))

Notice

{{ session('warning') }}

@endif
{{ $header ?? 'LeadPilot Dashboard' }}
Add Lead
@yield('content') {{ $slot ?? '' }}