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

Sales Voucher

@include('main.print_head')
Email:{{Session::get('email')}}
TRN No: {{Session::get('vatno')}}
{{$voucherhead}}

SIN. No: {{$details->voucher_no}}

Date: {{date('d-m-Y',strtotime($details->voucher_date))}}



@foreach($jerow as $row) @endforeach
Account Name Description Reference Debit Credit
{{$row->master_name}} {{$row->description}} {{$row->reference}}
0.00 0.00
@include('layouts.right_sidebar')
@stop {{-- page level scripts --}} @section('footer_scripts') @stop