@extends('frontend.layouts.master') @section('style') @endsection @section('content')
{{ __("routes.Account Details") }}
@csrf @method("PUT")
@if(!$user->isGuest())
{{ __("routes.leave blank to leave unchanged") }}
@endif
@endsection @section('script') @endsection