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

Stałe zlecenia – Faktury

@csrf
Dodaj zlecenie
@forelse($items as $it) @empty @endforelse
ID Wzór FV Dzień Interwał Od Do Następne Aktywne
{{ $it->id }} #{{ $it->id_faktura_wzor }} {{ $it->day_of_month }} {{ $it->interval_months }} m-c {{ $it->start_date }} {{ $it->end_date ?: '—' }} {{ $it->next_run_at ? \Carbon\Carbon::parse($it->next_run_at)->toDateString() : '—' }} {!! $it->active ? 'TAK' : 'NIE' !!}
Edytuj
@csrf
@csrf @method('DELETE')
Brak zleceń.
{{ $items->links() }}
@endsection