@extends('layouts/default') {{-- Page title --}} @section('title') Invoice @parent @stop {{-- page level styles --}} @section('header_styles') @stop {{-- Page content --}} @section('content')

Location Transfer

Location to Location Transfer
From:
To:
LT. No: {{$details->voucher_no}}
Date: {{date('d-m-Y',strtotime($details->voucher_date))}}
@foreach($items as $item) @endforeach
SI.# Item Code Description Unit Qty.
{{$i}} {{$item->item_code}} {{$item->item_name}} {{$item->unit_name}} {{$item->quantity}}

Total Quantity:

{{number_format($total,2)}}


Received by:

Approved by:

Prepared by:
@include('layouts.right_sidebar')
@stop {{-- page level scripts --}} @section('footer_scripts') @stop