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

Lista de Categorias

{!! Form::open(['url'=>routeTenant('categories.buscar'), '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() !!}
Categoria de Noticias
@foreach($categories as $category) @endforeach
Nome Data Icone Funções
{{ $category->name}}
{{ date('d/m/Y' ,strtotime($category->created_at))}}
{!! $categories->links() !!}
@endsection @section('post-script') @endsection