Nový kontakt
@foreach ( $zastupci as $zastupce )
@php ($opacity = "") @php ($zruseno = "") @if ($zastupce->status ==1) @php ($opacity = "style=opacity:0.3") @php ($zruseno = " - ZRUŠENO") @endif
{{$zastupce->jmeno}} {{$zruseno}}
@if(!empty($zastupce->funkce)) Funkce: @else Funkce: @endif
{{$zastupce->funkce}}
@if(!empty($zastupce->mobil)) Mobil: @else Mobil: @endif
{{$zastupce->mobil}}
@if(!empty($zastupce->telefon)) Telefon: @else Telefon: @endif
{{$zastupce->telefon}}
@if(!empty($zastupce->email)) Email: @else Email: @endif
{{$zastupce->email}}
@endforeach