@extends('layouts.app') @section('title', __('accounting-reports::lang.funds_flow')) @section('content') @lang('accounting-reports::lang.funds_flow') Filters @lang('accounting-reports::lang.location') @lang('accounting-reports::lang.all_locations') @foreach($locations as $locationId => $locationName) {{ $locationName }} @endforeach @lang('accounting-reports::lang.from_date'): @lang('accounting-reports::lang.to_date'): @lang('accounting-reports::lang.view') @lang('accounting-reports::lang.export') Funds Flow Statement Loading funds flow statement... Funds Flow Statement Sources of Funds Uses of Funds @endsection @section('javascript') @endsection
Loading funds flow statement...