芝麻web文件管理V1.00
编辑当前文件:/home/royashxg/bit-alphas-ltd.com/user/project/resources/views/user/profile.blade.php
@extends('layouts.user') @push('css') @endpush @section('contents')
@lang('User Profile')
@lang('Dashboard')
@lang('User Profile')
@includeIf('includes.flash')
@csrf
{{ auth()->user()->name }}
{{ auth()->user()->email }}
@lang('Update Profile Picture')
@lang('Name')
@lang('Email Address')
@lang('Phone Number')
+123
@lang('Zip')
@lang('City')
@lang('Fax')
@lang('Address')
@lang('Update Profile')
@endsection @push('js') @endpush