@extends('buyer.adminlayout') @section('title') Category @endsection @section('frontend-content')

Category


@foreach($categorylist as $categorydata) @endforeach
SNO Name Date
{{ $loop->iteration }} {{$categorydata->category_name}}
@endsection @push('custom-scripts') @endpush