@extends('layouts.website.website') @section('content')

Hospital

179 Abohanifa,st 10th of ramadan city

Tel: 01018183624

Payment To :

Hospital
179 Abohanifa,st 10th of ramadan city
Tel: 01018183624

INVOICE INFO

  • Invoice No. : {{ $MadicineSale->invoice_id }}

Date

  • {{ $MadicineSale->created_at->format('d/m/Y') }}
@php $i=0; @endphp @foreach ($MadicineSaleDetails as $item) @if ($item->madicine_details) @else @endif @endforeach
# Name Company Unit Price Quantity Total Per Item
{{ $i++ }}{{ $item->madicine_details->name }} {{ $item->madicine_details->company }} $ {{ $item->madicine_details->saleprice }} {{ $item->madicine_qty }} $ {{ $item->madicine_qty * $item->madicine_qty }}
  • Sub Total Amount : $ {{ $MadicineSale->sub_total }}
  • Grand Total : $ {{ $MadicineSale->grand_total }}
@endsection