@extends('layouts.app') @section('content') @include ('components.Combo_FDP')

Bankovní výpisy firmy @if(isset ($firma->nazev))

{{ $firma->nazev }}

@endif

@if($omezZobr != "N") @endif @php ($i = 0) @foreach ($banka as $bankaDen) @php ($i++) @if($omezZobr != "N") @endif @if($omezZobr != "N") @endif @endforeach
Ze dne Úč.období Účet Zůstatek Č.výpisu
{{ date('d.m.Y',strtotime($bankaDen->datum)) }} {{ $bankaDen->obdobi }} {{ $bankaDen->ucet }} {{ number_format($bankaDen->zustatek,2,"."," ") }} {{ $bankaDen->poradove_cislo }} @if( $bankaDen->detail == 1 ) Detail @endif
@endsection