@extends('layouts.admin') @section('content')

Adicionar Viaturas

@if($errors->has('unidade_id'))

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@endif
@endsection