@extends('layouts.app') @section('content')

Sub-Categories

Create New Sub-Category
@foreach($subCategories as $subCategory)
{{ $subCategory->sub_category }}

Category: {{ $subCategory->category->category }}

View Edit
@csrf @method('DELETE')
@endforeach
{{ $subCategories->links() }}
@endsection