@if(session('warning'))
Ah, não! {{session('warning')}}
@endif
@php
$urlAnterior = url()->previous();
@endphp
Don't have an account? Register now.
Simplify your life: create an account to request personalized quotes and track every detail easily and securely. Get personalized service.
@if($errors->any()) @if(session('error'))
{{session('error')}}
@endif
@foreach($errors->all() as $error)
{{$error}}
@endforeach
@endif