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

Close Account Data

@foreach($closeAccount as $key => $closeAccounts) @endforeach
SR.NO Login Party Name
1 {{$closeAccounts['login']}} {{$closeAccounts['partyName']}}
@endsection