Move frontend.global.* to common.*

This commit is contained in:
Nabeel Shahzad
2018-05-18 14:18:12 -05:00
parent a747657642
commit 203b6496fc
25 changed files with 201 additions and 100 deletions

View File

@@ -1,12 +1,12 @@
<table class="table table-hover" id="users-table">
<thead>
<th></th>
<th>@lang('frontend.global.name')</th>
<th>@lang('common.name')</th>
<th style="text-align: center"></th>
<th style="text-align: center">@lang('frontend.global.airline')</th>
<th style="text-align: center">@lang('common.airline')</th>
<th style="text-align: center">@lang('frontend.users.location')</th>
<th style="text-align: center">{{ trans_choice('frontend.global.flight', 2) }}</th>
<th style="text-align: center">{{ trans_choice('frontend.global.hour', 2) }}</th>
<th style="text-align: center">{{ trans_choice('common.flight', 2) }}</th>
<th style="text-align: center">{{ trans_choice('common.hour', 2) }}</th>
</thead>
<tbody>
@foreach($users as $user)