@vite(['resources/css/app.css', 'resources/js/app.js'])
P-Aqro GPS
@csrf
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif