@php $page = 'settings' @endphp @extends('includes.layout') @section('content')

System Wallet(s)

Payment Methods

@php $counter = 1; @endphp @forelse ($system_wallets as $item) @php $counter++; @endphp @empty

No Payment Method

@endforelse
S/N Name Type Status Date Created Action
{{ $counter }} {{ $item->name }} {{ Str::ucfirst($item->type) }} {{ Str::ucfirst($item->status) }} {{ $item->created_at->diffForHumans() }}
@if($item->status == 'enable')
@csrf @method('patch')
@else
@csrf @method('patch')
@endif
@endsection @push('scripts') @endpush