Informe os dados abaixo para nos ajudar no seu atendimento :)
@csrf
@if($errors->has('name'))
{{ $errors->first('name') }}
@endif
@if($errors->has('phone'))
{{ $errors->first('phone') }}
@endif
@if($errors->has('brand'))
{{ $errors->first('brand') }}
@endif
@if($errors->has('model'))
{{ $errors->first('model') }}
@endif
@if(session()->has('message'))
{{ session()->get('message') }}
@endif