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

Journal

{{Session::get('company')}}
Ph: {{Session::get('phone')}}, {{Session::get('address')}}
TRN No: {{Session::get('vatno')}}
{{$voucherhead}}

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

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



@foreach($jerow as $row) @endforeach
Description Reference Debit Credit
{{$row->description}} {{$row->reference}}
0.00 0.00
Created Details: {{$details->createdby}} {{date('d-m-Y H:i a', strtotime($details->created_at))}} Modified Details: {{$details->modifiedby}} {{($details->modifiedby!='')?date('d-m-Y H:i a', strtotime($details->modify_at)):''}}
@include('layouts.right_sidebar')
@stop {{-- page level scripts --}} @section('footer_scripts') @stop