Move frontend.global.* to common.*

This commit is contained in:
Nabeel Shahzad
2018-05-21 09:57:40 -05:00
parent a747657642
commit 203b6496fc
25 changed files with 201 additions and 100 deletions
@@ -1,10 +1,10 @@
@extends('app')
@section('title', trans_choice('frontend.global.pilot', 2))
@section('title', trans_choice('common.pilot', 2))
@section('content')
<div class="row">
<div class="col-md-12">
<h2>{{ trans_choice('frontend.global.pilot', 2) }}</h2>
<h2>{{ trans_choice('common.pilot', 2) }}</h2>
@include('users.table')
</div>
</div>