Initial commit for DailySalePaymentReportModule

This commit is contained in:
2026-07-03 10:03:00 +05:30
commit 79aaecfcf0
31 changed files with 419 additions and 0 deletions

View File

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