@if (file_exists(public_path('build/manifest.json')) || file_exists(public_path('hot'))) @vite(['resources/css/app.css', 'resources/js/app.js']) @else @endif
Laravel background
@if($errors->isNotEmpty()) @endif {{--
@csrf
@if ($errors->has('epin_code'))

{{ $errors->first('epin_code') }}

@endif
@if ($errors->has('epin_secret'))

{{ $errors->first('epin_secret') }}

@endif
--}}