{{ __('Edição dados so poderar ocoorer até o dia 07/02/2022') }}

Campos com * sao obrigatório @error('mairo2mb')

{{ $message }}

@enderror

@csrf
@if($errors->has('nome'))
{{ $errors->first('nome') }}
@endif
@if($errors->has('descricao'))
{{ $errors->first('descricao') }}
@endif
@if($errors->has('mairo2mb'))
{{ $errors->first('mairo2mb') }}
@endif
@section('scripts') @stop