@extends('layouts.app') {{--Important Variables--}} @section('title') {{__('lang.statement_of_balance_sheet')}} @stop @section('top-bar') @include('includes.top-bar') @stop @section('left-sidebar') @include('includes.left-sidebar') @stop @section('content')

{{__('lang.statement_balance_sheet')}}


{{__('lang.balance_sheet')}} {{__('lang.anything_select_show_all')}}


{{ csrf_field() }}
{{--

Starting Session

to

Ending Session

to
--}}
@include("admin.components.input.date",[ "name" => "from", "label"=> __('lang.from'), "id"=> "bs_datepicker_container", "value"=> "", "class"=> "", "col"=> "col-lg-6 col-md-6 col-sm-12 col-xs-12", ]) @include("admin.components.input.date",[ "name" => "to", "label"=> __('lang.to'), "id"=> "bs_datepicker_container1", "value"=> "", "class"=> "", "col"=> "col-lg-6 col-md-6 col-sm-12 col-xs-12", ])
@if (userAllowedUnofficial())
@endif
@stop @push('include-css') @endpush @push('include-js') @endpush