Move frontend.auth.* to auth.*

This commit is contained in:
Nabeel Shahzad
2018-05-21 09:57:41 -05:00
parent 203b6496fc
commit b63c9a8cd4
14 changed files with 75 additions and 65 deletions
@@ -1,12 +1,12 @@
@extends('app')
@section('title', trans('frontend.auth.registrationpending'))
@section('title', __('auth.registrationpending'))
@section('content')
<div class="row">
<div class="col-md-12 " style="text-align: center;">
<div class="flex-center position-ref full-height">
<div class="title m-b-md">
<h2 class="description">@lang('frontend.auth.pendingmessage')</h2>
<h2 class="description">@lang('auth.pendingmessage')</h2>
</div>
</div>
</div>