@extends('layouts.app') {{-- Important Variables --}} @section('title') {{ __('root.reports.cash_flow_statement') }} @stop @section('top-bar') @include('includes.top-bar') @stop @section('left-sidebar') @include('includes.left-sidebar') @stop @section('content') {{ __('root.reports.cash_flow_statement') }} {{ __('root.reports.branch_wise') }} {{ __('root.reports.show_all') }} {{ csrf_field() }} {{ __('root.reports.select_branch_name') }} @foreach ($branches as $branch) {{ $branch->name }} @endforeach {{ __('root.reports.period') }} {{ __('root.reports.to') }} {{ __('root.reports.period') }} {{ __('root.reports.to') }} @stop @push('include-css') @endpush @push('include-js') @endpush