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

Other Account Data

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