@extends(layoutTenant()) @section('content') @if (session('success'))
{{ session('success') }}
@endif

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 src="{{ asset($category->imglogo) }}" alt="Card image cap">
{{ $category->name }}

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

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