@extends(AdminBaseDashboard::AdminBaseLayout()) @section('title', $profile->name.' '.trans('authentic::profile.Profile_Page_Title')) @section('content') {{ __('authentic::profile.home')}} {{ __('authentic::profile.profile')}} {{ $profile->name}} {{ __('authentic::profile.profile information')}} {{ __('authentic::profile.name') }} {{ __('authentic::profile.username') }} {{ __('authentic::profile.email') }} {{ __('authentic::profile.preffer language') }} {{ __('authentic::profile.role') }} {{ __('authentic::profile.change password') }} {{ __('authentic::profile.current password') }} {{ __('authentic::profile.new password') }} {{ __('authentic::profile.confirm password') }} {{ __('authentic::profile.save') }} {{ __('authentic::profile.please wait') }}.... @endsection @section('javascript') @stop