@extends('layouts.account') @section('title', __('Profile & settings')) @section('heading', __('Profile & settings')) @section('subheading', __('Your details, how sellers reach you, and what we alert you about.')) @section('account')

{{ __('Your details') }}

@csrf @method('PUT')

{{ __('Password') }}

@csrf @method('PUT')
@endsection