@extends('layouts.admin') @section('title', 'Vendor Payments') @section('content')

Vendor Payments

Manage payments to vendors and suppliers.

All Vendors

@forelse($vendors as $vendor) @empty @endforelse
Vendor Name Email Phone Payment Terms Actions
{{ $vendor->name }} {{ $vendor->email }} {{ $vendor->phone }} {{ $vendor->payment_terms }} View
No vendors found.

Add New Vendor

@csrf
@endsection @push('styles') @endpush