@extends('layouts.member-app') @section('page-title')

{{ __($pageTitle) }}

@endsection @section('content')
@lang('modules.profile.updateTitle')
{!! Form::open(['id'=>'updateProfile','class'=>'ajax-form','method'=>'PUT']) !!}
@lang('modules.profile.passwordNote')
@if(is_null($userDetail->image)) @else @endif
@lang('app.selectImage') @lang('app.change') @lang('app.remove')
{!! Form::close() !!}
@endsection @push('footer-script') @endpush