@extends('layouts/default') {{-- Page title --}} @section('title') Invoice @parent @stop {{-- page level styles --}} @section('header_styles') @stop {{-- Page content --}} @section('content') Location Transfer Inventory Location Transfer Print Location to Location Transfer From: To: LT. No: {{$details->voucher_no}} Date: {{date('d-m-Y',strtotime($details->voucher_date))}} SI.# Item Code Description Unit Qty. @foreach($items as $item) {{$i}} {{$item->item_code}} {{$item->item_name}} {{$item->unit_name}} {{$item->quantity}} @endforeach Total Quantity: {{number_format($total,2)}} Received by: Approved by: Prepared by: Print Back @include('layouts.right_sidebar') @stop {{-- page level scripts --}} @section('footer_scripts') @stop
Total Quantity:
{{number_format($total,2)}}