@extends(layoutTenant()) @section('content')

Adicionar novo Portal

@if ($errors->any())
@endif @if (session('success'))
{{ session('success') }}
@endif @if (session('erro'))
{{ session('erro') }}
@endif
Adicionar novo Portal
@if ($errors->all()) @endif
{!! Form::open([ 'url' => routeTenant('portais.store'), 'enctype' => 'multipart/form-data', 'class' => 'needs-validation', ]) !!}
{!! Form::select('cidade', ['0' => 'Selecione uma cidade'], null, ['class' => 'custom-select']) !!}









{!! Form::submit('Criar portal ', ['class' => 'btn btn-primary']) !!}
{!! Form::close() !!}
@endsection @section('post-script') @endsection