@if(file_exists(public_path('images/logo-white.png')))
@else
@endif
{{ config('app.name', 'EXIM ERP') }}
Enterprise Import Export Management
@if($errors->any())
@foreach($errors->all() as $error)
{{ $error }}
@endforeach
@endif @yield('content')
@stack('scripts')