芝麻web文件管理V1.00
编辑当前文件:/home/lekhnath/silverray.com.au/oldsite/resources/views/profile/edit.blade.php
@extends('layout') @section('main-body')
@csrf @method('PATCH')
{{ __('Name') }}*
{{ __('Email') }}*
{{ __('Phone') }}*
{{ __('Address') }}*
{{ __('Update Profile') }}
@csrf
{{ __('Current Password') }}*
{{ __('New Password') }}*
{{ __('Confirm Password') }}*
{{ __('Update Password') }}
{{ __('Cancel') }}
@endsection