@extends('dashboard.layout', ['user'=>$viewer, 'id' => 20]) @section('dashboard')
@error('lastname') {{ $message }} @enderror
@error('email') {{ $message }} @enderror
@if ($user->admin_test === 0) Edit @else @endif
@if ($user->premium_user === 1) @endif

Your Account

Are your sure you want to delete your account ?

All your previous information will be deleted and you won't be able to access suggestions

@if ($user->admin_test === 0) Delete account @else @endif
@endsection