@extends('dashboard.layout.layout') @section('content')
{!! $categories->links() !!}
@foreach ($categories as $category) @endforeach
# {!! trans('dashboard.category.category') !!} {!! trans('dashboard.general.added_date') !!} {!! trans('dashboard.general.control') !!}
{{ $loop->iteration }} {{ $category->name }}
{{ $category->created_at->format('y-m-d') }}
{!! $categories->links() !!}
@include('dashboard.layout.delete_modal') @endsection @include('dashboard.category.styles') @include('dashboard.category.scripts')