StocksNew/Modules/Settings/resources/views/index.blade.php
Sampanna Rimal 82fab174dc changes
2024-09-04 12:22:04 +05:45

8 lines
147 B
PHP

@extends('settings::layouts.master')
@section('content')
<h1>Hello World</h1>
<p>Module: {!! config('settings.name') !!}</p>
@endsection