@extends('admin.layout.master') @section('title',__('obs.income').' '.__('obs.statement')) @section('custom_style') @endsection @section ('content')
@include('admin.layout.title_header', ['title'=>__('obs.income').' '.__('obs.statement')])
@include('accounts.reports.search_form',['ledger'=>0])
{{-- @include('accounts.reports.test_income_statement') --}}
@include('admin.global.loader') @endsection @section('script') @stop