@extends('buyer.adminlayout')
@section('title')
Category
@endsection
@section('frontend-content')
Category
SNO |
Name |
Date |
@foreach($categorylist as $categorydata)
{{ $loop->iteration }} |
{{$categorydata->category_name}} |
 }}) |
@endforeach
@endsection
@push('custom-scripts')
@endpush