@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@if (session('success'))
{{ session('success') }}
@endif
@if (session('erro'))
{{ session('erro') }}
@endif
Novo @if(Auth::user()->account->tipo == "Consórcio") Prefeito @else Vereador @endif
{!! Form::open(['url'=>routeTenant('vereadores.store'),'enctype'=>'multipart/form-data', 'class'=>'form']) !!}
@include('app.pauta.vereadores._form')
{!! Form::submit('Criar', ['class'=>'btn btn-primary']) !!}
{!! Form::close() !!}
@endsection
@section('post-script')