@extends('frontend.layouts.master') @section('meta_title', __('Edit Profile') . ' || ' . $setting->app_name) @section('header') @include('frontend.layouts.header-layout.three') @endsection @section('contents') @include('frontend.profile.partials.sidebar') {{__('Update Your Information')}} @csrf @method('patch') {{ __('Name') }} * {{ __('Phone') }} * {{ __('Email Address') }} * {{ __('Gender') }} * {{__('Select Gender')}} gender)) == 'male')>{{__('Male')}} gender)) == 'female')>{{__('Female')}} {{ __('Age') }} * {{ __('Country') }} * {{__('Select Country')}} @foreach ($countries as $country) country_id) == $country->id)>{{$country->name}} @endforeach {{ __('Province') }} * {{ __('City') }} * {{ __('Zip code') }} * {{ __('Address') }} * {{old('address', $address ?? $user->address)}} {{__('Cancel')}} {{__('Cancel')}} {{__('Update info')}} {{__('Update info')}} @include('frontend.partials.marquee') @endsection @section('footer') @include('frontend.layouts.footer-layout.two') @endsection