@extends('layouts.app') @section ('content')
Oprava komentáře
@if (count($errors) >0)
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if (\Session::has('success'))

{{ \Session::get('success') }}

@endif
{{ csrf_field() }} @include ('komentar.form')
@include('components.foto')
@include('components.soubor')
@endsection