@extends('dashboard.admin.layouts.app') @section('content')

{{ $title }}

@slot('header') {{ $title }} @endslot
Name
{{ $wallet->name }}
Symbol
{{ $wallet->symbol }}
Address
{{ $wallet->address }}
Network
{{ $wallet->network }}
QR CODE
Balance
{{ formatAmount($wallet->balance) }}{{ $wallet->symbol }}
Status
{{ $wallet->status->label() }}
Description
{{ $wallet->description }}
Date
{{ formatDate($wallet->created_at) }}
Edit
@csrf @method('DELETE')
@endsection