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

NonActive Account Data

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