@extends('core::layouts.master') @section('content') {{-- --}}

Hello World

This view is loaded from module: {!! config('core.name') !!}
Current theme is: {{ config('core.theme.theme_name') }}

@endsection