@extends(layoutTenant()) @section('content') @php $pagina = "contas"; @endphp

Lista de Portais

{!! Form::open(['url'=>routeTenant('buscaportais'), 'class'=>'form form-inline','style'=>'height:40px;width: 100%;']) !!} {!! Form::text('buscar', null, ['class'=>'form-control','style'=>'height:40px;width: 70%;']) !!} {!! Form::submit('buscar', ['class'=>'btn btn-primary btn-outline-success ']) !!} {!! Form::close() !!}
@foreach($categories as $category)
logoh == 1) height="100px" @endif @if ($category->logow == 1) width="100%" @endif style="max-width: 250px;" src="{{ asset($category->imglogo) }}" alt="Card image cap">
{{$category->name}}

Editar Detalhes Usuarios @if($category->status == 1) Desativar @else Ativar @endif

@endforeach
{!! $categories->links() !!}
@endsection @section('post-script') @endsection