@extends('layouts.app') @section ('content')
@if ($errors->any())
@endif
@if (session('success'))
{{ session('success') }}
@endif @if (session('error'))
{{ session('error') }}
@endif
Žádost o změnu kontaktních údajů uživatele
{{ csrf_field() }}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('email')) {{ $errors->first('mobil') }} @endif
@if ($errors->has('telefon')) {{ $errors->first('telefon') }} @endif
@if ($errors->has('ds')) {{ $errors->first('ds') }} @endif
Zpět
@endsection