@extends('layouts.app') @section('title', 'Purchases') @section('breadcrumbs') @endsection @section('content')

Purchases

Manage and track all supplier purchases

Add Purchase

Filters

Invoice No Supplier Date Items Total Amount Status Actions
INV-001 ABC Suppliers Jan 15, 2026 5 $2,450.00 Paid
View Edit
@csrf @method('DELETE')
INV-002 XYZ Traders Jan 20, 2026 8 $3,850.50 Unpaid
View Edit
@csrf @method('DELETE')
INV-003 Global Imports Jan 25, 2026 12 $5,200.00 Paid
View Edit
@csrf @method('DELETE')
Showing 1 to 10 of 50 results
@endsection