Fixed the page title to say discount codes
This commit is contained in:
parent
068c3b1ffa
commit
b11c3fa09c
|
|
@ -2,8 +2,7 @@
|
|||
|
||||
@section('title')
|
||||
@parent
|
||||
|
||||
@lang("Widgets.event_widgets")
|
||||
@lang('DiscountCodes.title')
|
||||
@stop
|
||||
|
||||
@section('top_nav')
|
||||
|
|
@ -16,20 +15,9 @@
|
|||
|
||||
@section('page_title')
|
||||
<i class='ico-money mr5'></i>
|
||||
@lang("DiscountCodes.title")
|
||||
@lang('DiscountCodes.title')
|
||||
@stop
|
||||
|
||||
@section('head')
|
||||
|
||||
@stop
|
||||
|
||||
@section('page_header')
|
||||
<style>
|
||||
.page-header {display: none;}
|
||||
</style>
|
||||
@stop
|
||||
|
||||
|
||||
@section('content')
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
|
|
@ -59,7 +47,6 @@
|
|||
<th class="has-text-right">@lang("DiscountCodes.discount_codes_created_at")</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
@foreach($event->access_codes as $access_code)
|
||||
<tr>
|
||||
|
|
|
|||
Loading…
Reference in New Issue