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

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

@endif
@if(session()->has('error')) {{ session()->get('error') }} @endif
@if(\Session::has('Delete'))

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

@endif

Master All Data

@foreach($allMasterDatas as $key => $allMasterData) @endforeach
SR.NO Party Name Name Login No Equity Credit Ratio Currency
1 {{$allMasterData->partyName}} {{$allMasterData->name}} {{$allMasterData->login}} {{$allMasterData['equity']}} {{$allMasterData['credit']}} {{$allMasterData['commission']}} {{$allMasterData['currency']}}
@endsection