initial commit

This commit is contained in:
2023-09-11 07:14:56 +00:00
commit d0da0569d7
221 changed files with 107591 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
@extends('adminlte::page')
@section('title', 'Dashboard')
@section('content_header')
<h1>Dashboard</h1>
@stop
@section('content')
<p></p>
@stop
@section('css')
@stop
@section('js')
<script>
</script>
@stop