@extends('layouts.app') @section('content')
| 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' !!} | |
| Brak zleceń. | ||||||||