@extends('admin.layouts.admin', ['title' => __('Brokers Overview')]) @section('content') @if(count($errors) > 0)
@endif @if(\Session::has('success'))

{{\Session::get('success')}}

@endif @if(\Session::has('error'))

{{\Session::get('error')}}

@endif
@if(count($data)>0) @foreach($data as $key => $value) @endforeach
Party Code Action
0All -      
{{$value['partyName']}} {{$value['state']}}      
@endif
@endsection