changes-2

This commit is contained in:
KNaveenraj-ladybird
2023-10-12 13:05:01 +05:30
parent 431dd05bf2
commit d2a8c828a8
42 changed files with 1046 additions and 1000 deletions

View File

@@ -44,7 +44,7 @@ class="nav-link active"
<h3 class="card-title">{!! Lang::get('lang.list_of_templates_sets') !!}</h3>
<div class="card-tools">
<button class="btn btn-default btn-tool" data-toggle="modal" data-target="#create" title="Create" id="2create">
<i class="fas fa-plus"> </i> Create
<i class="fas fa-plus"> </i> {{Lang::get('lang.create')}}
</button>
</div>
</div><!-- /.box-header -->
@@ -134,7 +134,7 @@ class="nav-link active"
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
</div>
<div class="modal-body">
<span>Are you sure you want to Delete ?</span>
<span>{{Lang::get('lang.are_you_sure_you_want_to_delete')}}</span>&nbsp;
</div>
<div class="modal-footer justify-content-between">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>