@extends('manager.layouts.admin', ['title' => __('Active And Non-Active Account')]) @section('content') @if(count($errors) > 0)
@endif

Close Account Data

@foreach($closeAccount as $key => $closeAccounts) @endforeach
SR.NO Login Party Name Name Equity Credit Ratio Currency Register Time Last Access Time
1 {{$closeAccounts['login']}} {{$closeAccounts['partyName']}} {{$closeAccounts['name']}} {{$closeAccounts['equity']}} {{$closeAccounts['credit']}} {{$closeAccounts['commission']}} {{$closeAccounts['currency']}} {{$closeAccounts['registration_time']}} {{$closeAccounts['last_access_time']}}
@endsection