@extends('home') @section('content')

Edytuj Rozliczenie

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach

@endif
@method('PATCH') @csrf
{{--
--}}
Anuluj

@if(session()->get('success'))
{{ session()->get('success') }}
@endif

Dokumenty



@foreach($inv->faktury as $faktura) @endforeach
{{ $faktura->id}} {{ $faktura->indoctype->name }} {{ $faktura->client_id}} {{ $faktura->clientname}} {{ $faktura->invcard_id}} {{ $faktura->dokno}} Edytuj
@csrf @method('DELETE')
@endsection