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

Lista de Setores

{!! Form::open(['url' => routeTenant('setor.buscar'), 'class' => 'form form-inline']) !!} {!! Form::text('buscar', null, ['class' => 'form-control', 'style' => 'height:40px;width: 70%;']) !!} {!! Form::submit('buscar', ['class' => 'btn btn-primary btn-outline-success ']) !!} {!! Form::close() !!}
@if (session('erro'))
{{ session('erro') }}
@endif
Setores
@foreach ($categories as $category) @endforeach
Nome do Setor Funções
status == 0) style="color: rgba(199, 199, 199, 0.61);" @endif> {{ $category->name }}
@if ($category->status) @endif
{!! $categories->links() !!}
@endsection @section('post-script') @endsection