@extends('admin.admin_master') @section('admin')

Daily Purchase Report

logo


SAVY & SONS (PTY) LTD
VICTORIA, MAHE
Phone: 4325214

Daily Purchase Report {{ date('d-m-Y',strtotime($start_date)) }} - {{ date('d-m-Y',strtotime($end_date)) }}

@php $total_sum = '0'; @endphp @foreach($allData as $key => $item) @php $total_sum += $item->buying_price; @endphp @endforeach
Sl Purchase No Date Product Name Quantity Unit Price Total Price
{{ $key+1 }} {{ $item->purchase_no }} {{ date('d-m-Y',strtotime($item->date)) }} {{ $item['product']['name'] }} {{ $item->buying_qty }} {{ $item['product']['name'] }} {{ $item->unit_price }} {{ $item->buying_price }}
Grand Amount

SCR{{ $total_sum}}

@endsection