feature primaya

This commit is contained in:
ivan-sim
2026-02-20 08:55:03 +07:00
parent 127ef3ff50
commit bc8a088d8b
35 changed files with 644 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
@extends('primaya::layouts.master')
@section('content')
<h1>Hello World</h1>
<p>
This view is loaded from module: {!! config('primaya.name') !!}
</p>
@endsection