@extends('layouts.admin') @section('content')

Vendor List View All Vendors list

@for ($i=0;$i @if($every[$i]->InactiveVendor == 0) @else @endif @endfor
Vendor Name Contact Person Phone Received Paid Balance Status Action
{{$every[$i]->VendorName}} {{$every[$i]->ContactName}} {{$every[$i]->Phone1}} {{round($Received[$i])}} {{round($Received[$i]-$every[$i]->Balance)}} {{ round($every[$i]->Balance,2) }} ActiveInactive @if(Auth::user()->admin==5) @endif
@endsection