Hold Balance

Add Hold Balance

Hold Balance Details

@foreach($holdbalance as $key => $list) @endforeach
S. NO. Member Type Balance Status Action
{{$key+1}} {{$list->name}} {{$list->balance}} @php if($list->status=="1") { $status= "Active"; }else { $status= "Deactive"; } @endphp {{$status}} Delete