@extends('layouts.admin-layout')
@section('title', 'All Categories ')
@section('content')
Category
| S.N. |
Cagegory Name |
Action |
@foreach ($get_categories as $category)
| {{ $loop->iteration }} |
{{ $category->name ?: '' }} |
|
@endforeach
@endsection
@section('script')
@endsection