@extends('member-new') @push('head-script') @endpush @section('content') @if (isset($status))
@endif

{{trans('master/master.profile_update')}}

{!! $errors->first('name', '')!!}
{!! $errors->first('email', '')!!}
{!! $errors->first('mobile', '')!!}
{!! $errors->first('old_password', '')!!}
{!! $errors->first('password', '')!!}
{!! $errors->first('password_confirmation', '')!!}
@endsection @push('footer-script') @endpush