@extends(layoutTenant()) @section('title') Criar Usuarios - Papel-sero @php $pagina = "usuarios"; @endphp @endsection @section('content')
Conceder privilégios
@if($errors->all()) @endif @if (session('success'))
{{ session('success') }}
@endif @if (session('erro'))
{{ session('erro') }}
@endif
@if(!isset($categorie)) {!! Form::open(['url'=>routeTenant('tarefas.conceder.privilegio.store'),'enctype'=>'multipart/form-data','class'=>'needs-validation','id'=>'formulario']) !!} @else {!! Form::model($categorie, ['url'=>routeTenant('tarefas.conceder.privilegio.store', [$categorie->id]),'enctype'=>'multipart/form-data']) !!} @endif
@if(isset($categorie))
@endif
@if(isset($categorie))
@endif
{!! Form::submit('Criar Usuario ', ['class'=>'btn btn-primary']) !!}
{!! Form::close() !!}
@endsection @section('post-script') @endsection