@extends('layouts.master') @section('title', config('carmodel.name')) @section('content')

{!! config('carmodel.name') !!} For {{ $category->title ?? ''}}

This view is loaded from module: {!! config('carmodel.name') !!}

@endsection