@extends('layouts.main') @section('title') Manage Purchases @endsection @section('content')

Manage Purchases

Manage Purchases
ID Vendor Name Vendor Phone Payment Type Reference Date Total Actions
ID Vendor Name Vendor Phone Payment Type Reference Date Total Actions
@include('purchases.new') @include('purchases.item-list') @include('purchases.edit') @include('common.delete-confirm', ['subject' => 'Purchase', 'route' => route('purchases-delete'), 'message' => 'All products related to this purchase will be deleted as well.']) @endsection @section('extraJS') @endsection