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

Active Account Data

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