@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 Image Action
{{ $loop->iteration }} {{ $category->name }}
@endsection @section('script') @endsection