@extends('layouts.app') @section('css') @endsection @section('page-header') @endsection @section('content')
User Avatar

{{ auth()->user()->name }}

{{ auth()->user()->job_role }}
@csrf

{{ __('Delete Account') }}

{{ __('Warning') }}!
{{ __('This will fully delete all your account details, generated results and you will not be able to recover your account afterwards') }}
@endsection