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