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

{!! config('category.name') !!}

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

@endsection