@extends('components.dashboard.layouts.master') @section('title') {{ __('edit_profile') }} @endsection @section('content')
{{-- ====================== Edit Personal Data ====================== --}}

{{ __('Edit Personal Data') }}

@csrf @method('PATCH')
{{-- ====================== Edit Password ====================== --}}

{{ __('Edit Password') }}

@csrf @method('PATCH')
@endsection @section('script') @endsection