checkout, register, payment,
checkout correction, register wizard, payment packege,
This commit is contained in:
parent
6e3adac4d7
commit
446bc4561b
48 changed files with 2580 additions and 1493 deletions
|
|
@ -4,13 +4,13 @@
|
|||
|
||||
|
||||
<h4 class="font-weight-bold py-2 mb-2">
|
||||
{{ __('Contacts') }}
|
||||
{{ __('Berater') }}
|
||||
</h4>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-datatable table-responsive">
|
||||
<div class="ml-4">
|
||||
<a href="{{ route('admin_lead_edit', ['new']) }}" class="btn btn-sm btn-primary">{{__('create new Contact')}}</a>
|
||||
<a href="{{ route('admin_lead_edit', ['new']) }}" class="btn btn-sm btn-primary">{{__('Neuen Berater erstellen')}}</a>
|
||||
</div>
|
||||
<table class="datatables-leads table table-striped table-bordered">
|
||||
|
||||
|
|
@ -31,7 +31,7 @@
|
|||
|
||||
</table>
|
||||
<div class="mt-4 ml-4">
|
||||
<a href="{{ route('admin_lead_edit', ['new']) }}" class="btn btn-sm btn-primary">{{__('create new Contact')}}</a>
|
||||
<a href="{{ route('admin_lead_edit', ['new']) }}" class="btn btn-sm btn-primary">{{__('Neuen Berater erstellen')}}</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -62,44 +62,3 @@
|
|||
</script>
|
||||
@endsection
|
||||
|
||||
<?php /*
|
||||
<!-- Filters -->
|
||||
<!-- <div class="ui-bordered px-4 pt-4 mb-4">
|
||||
<div class="form-row align-items-center">
|
||||
<div class="col-md mb-4">
|
||||
<label class="form-label">Filter1</label>
|
||||
<select class="custom-select">
|
||||
<option>Any</option>
|
||||
<option>Yes</option>
|
||||
<option>No</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="col-md mb-4">
|
||||
<label class="form-label">Filter2</label>
|
||||
<select class="custom-select">
|
||||
<option>Any</option>
|
||||
<option>Yes</option>
|
||||
<option>No</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="col-md mb-4">
|
||||
<label class="form-label">Filter3</label>
|
||||
<select class="custom-select">
|
||||
<option>Any</option>
|
||||
<option>Yes</option>
|
||||
<option>No</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="col-md mb-4">
|
||||
<label class="form-label">Filter4</label>
|
||||
<input type="text" id="user-list-latest-activity" class="form-control" placeholder="Any">
|
||||
</div>
|
||||
<div class="col-md col-xl-2 mb-4">
|
||||
<label class="form-label d-none d-md-block"> </label>
|
||||
<button type="button" class="btn btn-secondary btn-block">Show</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>-->
|
||||
|
||||
*/?>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue