@extends('layouts.sidebar') @section('content') @if($_SERVER['QUERY_STRING'] === '')

Account Settings

@foreach($profile as $profile) {{--
@csrf

Name



--}} @if(env('REGISTER_AUTH') != 'verified' or auth()->user()->role == 'admin')
@csrf

Email

@endif

@csrf

Password

@csrf

Role


@endforeach @endif @if($_SERVER['QUERY_STRING'] === 'delete')

You are about to delete your account!

You are about to delete your account! This action cannot be undone.

@endif @endsection