@extends('layouts/inventory_layout')
@section('title', '| Purchase')
@section('content')
@include('successMsg')
@php
$purchaseBillNos = DB::table('inv_purchase_return')->distinct()->pluck('purchaseBillNo')->toArray();
$foreignPurchaseIds = DB::table('inv_purchase')->whereIn('billNo',$purchaseBillNos)->distinct()->pluck('id')->toArray();
@endphp
Fatal error: Uncaught Error: Class "Auth" not found in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/inventory/transaction/purchase/viewPurchase.blade.php:13
Stack trace:
#0 {main}
thrown in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/inventory/transaction/purchase/viewPurchase.blade.php on line 13