Skip to content

Commit

Permalink
fix update rules update
Browse files Browse the repository at this point in the history
  • Loading branch information
xxl4 committed Jul 23, 2024
1 parent 509759f commit 7eb79ed
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/Resources/lang/en/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
'title' => 'Upselling Rules Lists',
]
],
'create' => [
'title' => 'Upselling Rules Create',
],
],
],
'Shop' => [
Expand Down
21 changes: 20 additions & 1 deletion src/Resources/views/Admin/rules/create.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,26 @@
@lang('Upselling::app.Admin.rules.create.title')
</x-slot:title>

<section class="content-header">
<div class="container-fluid">
<div class="row mb-2">
<div class="col-sm-6">
<h1>@lang('Upselling::app.Admin.rules.create.title')</h1>
</div>
<div class="col-sm-6">
<ol class="breadcrumb float-sm-right">
<li class="breadcrumb-item"><a href="#">Home</a></li>
<li class="breadcrumb-item active">@lang('Upselling::app.Admin.rules.create.title')</li>
</ol>
</div>
</div>
</div>
</section>



<!-- jQuery -->
<script src="/themes/manage/AdminLTE/plugins/jquery/jquery.min.js"></script>
<!-- Bootstrap 4 -->
<script src="/themes/manage/AdminLTE/plugins/bootstrap/js/bootstrap.bundle.min.js"></script>

</x-admin::layouts>

0 comments on commit 7eb79ed

Please sign in to comment.