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

Year Ending Wizard

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

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

@endif

Account Balance Carry Forward


  1. C/F Supplier Account Balance

  2. C/F Customer Account Balance

  3. C/F PDC Received Account Balance

  4. C/F PDC Issued Account Balance

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