| Data |
Título |
Inserido por |
Inserido em |
Funções |
@foreach ($categories as $category)
|
{{ $category->data->format('d/m/Y') }}
|
{{ $category->name }} |
{{ $category->user_account->name }} |
{{ $category->created_at->format('d/m/Y') }} |
|
@endforeach
Exibindo
{{ $categories->currentPage() }} até
{{ $categories->perPage() }} de {{ $categories->count() }}
linhas -
{{ $categories->perPage() }} registros por página
@if (isset($dataform))
{!! $categories->appends($dataform)->links() !!}
@else
{!! $categories->links() !!}
@endif