@extends('layouts.master') @section('title','Journal Entry') @section('content')

Journal Entry

{{--item data--}}
@include('pages.journalEntry.journal_entry_adding')
{{--item history--}}
{{-- @include('pages.journalEntry.journal_entry_history') --}}
@endsection