@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
1 {{$otherAccounts['login']}} {{$otherAccounts['partyName']}}
@endsection