@extends('layout.main') @section('content') @include('shared.errors') {{__('Update User Profile')}} @if($user->profile_photo) @else @endif {{__('The field labels marked with * are required input fields')}}. {{ method_field('PUT') }} @csrf {{__('Image')}} {{__('First Name')}} * @if($errors->has('first_name')) {{ $errors->first('first_name') }} @endif {{__('Last Name')}} * @if($errors->has('last_name')) {{ $errors->first('last_name') }} @endif {{trans('file.Username')}} * @if($errors->has('username')) {{ $errors->first('username') }} @endif {{trans('file.Email')}} * @if($errors->has('email')) {{ $errors->first('email') }} @endif {{trans('file.Phone')}} * {{__('Change Password')}} ({{trans('file.Optional')}}) {{__('The field labels marked with * are required input fields')}}. @csrf {{__('New Password')}} * {{__('Confirm Password')}} * @endsection
{{__('The field labels marked with * are required input fields')}}.