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

6 lines
133 B
PHP
Raw Normal View History

2026-03-15 17:08:23 +07:00
<x-booking::layouts.master>
<h1>Hello World</h1>
<p>Module: {!! config('booking.name') !!}</p>
</x-booking::layouts.master>