@extends('layouts.master') @section('title', 'All Categories') @section('content')

All Categories

@foreach($categories as $key => $category) @endforeach
SL Name Created At Action
{{ $key + 1 }} {{ $category->name }} {{ $not_date }} - {{ $time }}
@csrf
@endsection