first commit

This commit is contained in:
2025-03-05 20:43:35 -06:00
commit aa938a3cab
47 changed files with 4388 additions and 0 deletions

View File

@ -0,0 +1,9 @@
@extends('vuexy-admin::layouts.vuexy.layoutMaster')
@section('title', $store->name)
@section('content')
<pre>
{{ print_r($store) }}
</pre>
@endsection