@extends('includes.main') @section('main-container')

Expenses

@if (session()->has('type')) @endif
@forelse ($supply_details as $supply) @empty @endforelse
Product Quantity Total Amount Date Action
{{ $supply->title }} {{ $supply->quantity }} {{ $supply->quantity * $supply->purchase_price }} {{ $supply->created_at }}
No record found.
@endsection