@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) invdocuser->surname)) title="Owner:{{$faktura->invdocuser->surname}} {{$faktura->invdocuser->name}}" @endif> @endforeach
{{ $faktura->docdate}} {{ $faktura->clientname}} {{ $faktura->docno}} {{ $faktura->valuepln}} {{ $faktura->description}} {{ $faktura->invcard_id}} {{ $faktura->indoctype->name }} {{ $faktura->id}} Edytuj
@csrf @method('DELETE')
@endsection