@section('htmlheader_title') {{-- TITULO DE LA PAGINA --}} Selección de Rol @endsection @section('htmlheader') @show
{{--@include('layouts.partials.mainheader')--}}

Gestión de Condominios

{{--
--}}
{{--
--}}

Por favor, seleccione un rol para ingresar.

{!! Form::open(array('route' => 'auth.select','method'=>'POST','id'=>'form-select')) !!} {{ csrf_field() }}
@if(isset($roles) && count($roles)>0) @foreach($roles as $rol)

{{ $rol->display_name }}

@endforeach @endif
{!! Form::close() !!}
@section('scripts') @include('adminlte::layouts.partials.scripts_auth') @show