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

Poslat zprávu

@if (session('error'))
{{ session('error') }}
@endif @if (session('success'))
{{ session('success') }}
@endif
{{ csrf_field() }}
@if ($errors->has('fcm_prijemce')) {{ $errors->first('fcm_prijemce') }} @endif
@if ($errors->has('fcm_dum')) {{ $errors->first('fcm_dum') }} @endif
@if ($errors->has('fcm_user')) {{ $errors->first('fcm_user') }} @endif
@if ($errors->has('fcm_title')) {{ $errors->first('fcm_title') }} @endif
@if ($errors->has('fcm_text')) {{ $errors->first('fcm_text') }} @endif
Upozornění: Zpráva se zobrazí jako notifikace pouze uživatelům s registrovaným mobilním zařízením.
@endsection