@extends('layouts.master')
@section('title', config('category.sub_name'))
@section('content')
{!! config('category.sub_name') !!} For {{ $category->title ?? '' }}
- Home
- {!!
config('category.name') !!}
- {!! config('category.sub_name') !!} For {{ $category->title ?? '' }}
This view is loaded from module: {!! config('category.sub_name') !!}
@endsection