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

Journal

@if (count($errors) > 0)
@endif @if(Session::has('message'))

{{ Session::get('message') }}

@endif @if(Session::has('error'))

{{ Session::get('error') }}

@endif

Journal voucher is not found! Please create a voucher in Account Settings.

@stop {{-- page level scripts --}} @section('footer_scripts') @stop