frontend translation + other stuff
This commit is contained in:
committed by
Nabeel Shahzad
parent
ba8a819c7d
commit
a346b0df2e
@@ -1,10 +1,10 @@
|
||||
@extends('app')
|
||||
@section('title', __('Edit Profile'))
|
||||
@section('title', trans('frontend.profile.editprofile'))
|
||||
|
||||
@section('content')
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<h2 class="description">{{ __('Edit Your Profile') }}</h2>
|
||||
<h2 class="description">@lang('frontend.profile.edityourprofile')</h2>
|
||||
@include('flash::message')
|
||||
{{ Form::model($user, ['route' => ['frontend.profile.update', $user->id], 'files' => true, 'method' => 'patch']) }}
|
||||
@include("profile.fields")
|
||||
|
||||
Reference in New Issue
Block a user