добавляю скрипты по части фронта

This commit is contained in:
vasya
2026-04-05 19:32:39 +03:00
parent e927910fda
commit 48409575a9
14 changed files with 1239 additions and 0 deletions
@@ -0,0 +1,7 @@
@extends('taxi::layouts.master')
@section('content')
<h1>Hello World</h1>
<p>Module: {!! config('taxi.name') !!}</p>
@endsection