{!!Form::select('tipo', 'Tipo', ['' => 'Selecione'] + \App\Models\Contigencia::tiposContigencia())
->required()
->attrs(['class' => 'form-select'])
!!}
{!!Form::select('documento', 'Documento', ['' => 'Selecione', 'NFe' => 'NFe', 'NFCe' => 'NFCe'])
->required()
->attrs(['class' => 'form-select'])
!!}
{!!Form::text('motivo', 'Motivo')
->required()!!}
@section('js')
@endsection