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

Journal

Edit Journal


Transactions
{{--*/ $i = 0; $num = count($invoicerow); /*--}} @foreach($invoicerow as $item) {{--*/ $i++; /*--}}
Account Name
Description
Reference
Type
Amount

Job
Department

@endforeach
Cancel
@include('layouts.right_sidebar')
@stop {{-- page level scripts --}} @section('footer_scripts') @stop