@extends('user.dashboard_layout') @section('title') {{ __('translate.User || Edit Profile') }} @endsection @section('breadcrumb')

{{ __('translate.Edit Profile') }}

@endsection @section('dashboard-content')

{{ __('translate.Profile Settings') }}

@csrf @method('PUT')
Profile Image

{{ __('translate.Select') }} {{ __('translate.New File') }} {{ __('translate.to Upload') }}

@endsection @push('js_section') @endpush