@extends('layouts.admin') @section('header-content') @endsection @section('content')
Filter
All Categories
@if(!empty($categories[0]))
@foreach($categories as $key=>$category) @endforeach
# Name Created at Action
{{$key+1}} {{$category->name}} {{$category->created_at}}
{!! method_field('DELETE') !!} {!! csrf_field() !!}

{{ $categories->links() }}
@else

No Records Found

@endif
@endsection @section('footer-content') @endsection