Files
kulakpos_web/public/restaurant/Modules/Gateways/resources/views/index.blade.php

10 lines
186 B
PHP
Raw Normal View History

2026-03-15 17:08:23 +07:00
@extends('Gateways::layouts.master')
@section('content')
<h1>Hello World</h1>
<p>
This view is loaded from module: {!! config('Gateways.name') !!}
</p>
@endsection