@extends('front.layouts.main') @section('content')


@foreach($paymentList as $key => $listing) @endforeach
ID Supplier Name Supplier Tell Paid Payment Type Date Action
{{$key + 1}} {{$supplierdetails->supplier_name}} {{$supplierdetails->supplier_tell}} {{$listing->paid}} {{$listing->paymentType}} {{$listing->date}} Invoice
@endsection