@extends('front.layouts.main') @section('header') @endsection @section('content')


@foreach($category as $listing) @endforeach
ID Category Name Delete
{{$listing->id}} {{$listing->category_name}} Delete
@foreach($subcategory as $listing) @endforeach
ID Sub Category Name Delete
{{$listing->id}} {{$listing->sub_category}} Delete
@foreach($brand as $listing) @endforeach
ID Brand Name Delete
{{$listing->id}} {{$listing->brand}} Delete
@endsection @section('scripts') @endsection @section('js') @endsection