@extends('layouts.app') @section('content')

Poslat zprávu

@if (session('error'))
{{ session('error') }}
@endif @if (session('success'))
{{ session('success') }}
@endif
{{ csrf_field() }} @if($id_zprava_zdroj)
@endif @php($visible = $id_zprava_zdroj ? 'style=display:none' :'')
@if ($errors->has('fcm_prijemce')) {{ $errors->first('fcm_prijemce') }} @endif
@if ($errors->has('fcm_dum')) {{ $errors->first('fcm_dum') }} @endif
@php($exReceiver = 0)
@if ($errors->has('fcm_user')) {{ $errors->first('fcm_user') }} @endif
@if (!$exReceiver) Pro danou skupinu nejsou evidováni žádní uživatelé @endif
@if(!$id_zprava_zdroj) @php($title = old('fcm_title')) @else @php($title = 'Re: '.$titulek_zdroj) @endif @if ($errors->has('fcm_title')) {{ $errors->first('fcm_title') }} @endif
@if ($errors->has('fcm_text')) {{ $errors->first('fcm_text') }} @endif
Lze zadat je typy souborů PDF ostatní budou ignorovány!!!!
Zpět
@endsection