@extends('admin/layouts/default') {{-- Page title --}} @section('title') Sliders :: @parent @stop {{-- Page content --}} @section('content')
@include('admin/notifications')
{{ $categories->links() }}
@foreach ($categories as $category) @endforeach
ID Name {{ trans('admin/general.create-updated') }} Actions
{{ $category->id }} {{ $category->name }} {{ date('d.m.Y', strtotime($category->created_at)) }} / {{ date('d.m.Y', strtotime($category->updated_at)) }}
{{ $categories->links() }}
@stop