@extends('layouts.adminapp') @section('content') {{-- Store Category --}}

Store Category

@foreach($StoreCategories as $StoreCategory) @endforeach
Company Name Actions
{{$StoreCategory->title}} Edit
@csrf @method('delete')
@endsection