@extends("layout.main") @section("content")
@if ($tab == "account")Here is a list of all the data associated with your current session.
| Key | Data |
|---|---|
| {{ $k }} | {{ json_encode($v) }} |
And here is the contents of your user's database record.
| Key | Data |
|---|---|
| {{ $k }} | {{ json_encode($v) }} |
And that's it. That's the sum total of the data we currently store.
@endif @endsection