@extends('layouts.admin-layout')
@section('title', 'All Category ')
@section('content')
Category Section
| S.N. |
Title |
Action |
@foreach($get_categories as $category)
| {{ $loop->iteration }} |
{{$category->category_name}} |
|
@endforeach
@endsection
@section('script')
@endsection