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

Statement

@if(Session::has('message'))

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

@endif

Statement  

@if($isdept) @endif


@if($isdept)@endif
ID Account Name Group CategoryDepartmentClosing Balance Open Balance
@permission('stmnt')
@include('layouts.right_sidebar')
@stop {{-- page level scripts --}} @section('footer_scripts') @stop