@extends('dashboard.admin.layouts.app')
@section('content')
@slot('header')
{{ $title }}
@endslot
| # |
Name |
Symbol |
Balance |
Status |
Action |
@foreach ($wallets as $index => $wallet)
| {{ $index + 1 }} |
{{ $wallet->name }} |
{{ $wallet->symbol }} |
{{ formatAmount($wallet->balance) }}{{ $wallet->symbol }} |
{{ $wallet->status->label() }}
|
View
Edit
|
@endforeach
@endsection