@extends('frontend.layout') @section('pageHeading') @if (!empty($pageHeading)) {{ $pageHeading->customer_edit_profile_page_title ?? __('Edit Profile') }} @else {{ __('Edit Profile') }} @endif @endsection @section('hero-section') @if (!empty($pageHeading)) {{ $pageHeading->customer_edit_profile_page_title ?? __('Edit Profile') }} @else {{ __('Edit Profile') }} @endif @if (!empty($pageHeading)) {{ $pageHeading->customer_dashboard_page_title ?? __('Dashboard') }} @else {{ __('Dashboard') }} @endif @if (!empty($pageHeading)) {{ $pageHeading->customer_edit_profile_page_title ?? __('Edit Profile') }} @else {{ __('Edit Profile') }} @endif @endsection @section('content') @includeIf('frontend.customer.partials.sidebar') @if (Session::has('success')) {{ Session::get('success') }} @endif @if (!empty($pageHeading)) {{ $pageHeading->customer_edit_profile_page_title ?? __('Edit Profile') }} @else {{ __('Edit Profile') }} @endif @csrf @if (Auth::guard('customer')->user()->photo == null) @else @endif {{ __('First Name') }} * @error('fname') {{ $message }} @enderror {{ __('Last Name') }} * @error('lname') {{ $message }} @enderror {{ __('Email Address') }} * @error('email') {{ $message }} @enderror {{ __('Username') }} * @error('username') {{ $message }} @enderror {{ __('Phone') }} {{ __('Country') }} {{ __('City') }} {{ __('State') }} {{ __('Zip-code') }} {{ __('Address') }} {{ Auth::guard('customer')->user()->address }} {{ __('Update') }} @endsection
{{ $message }}