@extends('layouts.admin-layout') @section('title', 'All Category ') @section('content')
@csrf

Category Section

Profile Preview

Category Section

@foreach($get_categories as $category) @endforeach
S.N. Title Action
{{ $loop->iteration }} {{$category->category_name}}
@endsection @section('script') @endsection