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

Oprava faktury {{$faktura->vs}}

@if (count($errors) >0)
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if (\Session::has('success'))

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

@endif
{{ csrf_field() }} @include ('faktura.formFakt', ['showUpload' => false, 'rezim' => 'M'])
@include('components.fileManagement', [ 'target' => 'faktury', 'targetRoute' => route('faktura'), 'fotos' => array() ]) @endsection