@extends('layouts.app') @section('content') @include ('components.Combo_FDP')
| Ze dne | Úč.období | Účet | Zůstatek | Č.výpisu | @if($omezZobr != "N")@endif |
|---|---|---|---|---|---|
| {{ date('d.m.Y',strtotime($bankaDen->datum)) }} | {{ $bankaDen->obdobi }} | {{ $bankaDen->ucet }} | {{ number_format($bankaDen->zustatek,2,"."," ") }} | {{ $bankaDen->poradove_cislo }} | @if($omezZobr != "N")@if( $bankaDen->detail == 1 ) Detail @endif | @endif