8 lines
151 B
PHP
Raw Normal View History

2024-09-19 18:33:08 +05:45
@extends('ingredient::layouts.master')
@section('content')
<h1>Hello World</h1>
<p>Module: {!! config('ingredient.name') !!}</p>
@endsection