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