@extends('layouts.app') @section('title', 'Судебные документы') @section('content')
| ID | № счета | Тип документа | Номер | Суд | Сумма | Статус | Дата документа | Действия |
|---|---|---|---|---|---|---|---|---|
| {{ $doc->id }} | {{ $doc->account_number }} | {{ $doc->document_type ?? '-' }} | @if($doc->file_reference) {{ $doc->document_number ?? 'Документ' }} @else {{ $doc->document_number ?? '-' }} @endif | {{ $doc->court_name }} | {{ number_format($doc->total_amount ?? 0, 2) }} | @if($doc->status) {{ $doc->status }} @else Не указан @endif | {{ $doc->document_date ? date('d.m.Y', strtotime($doc->document_date)) : '-' }} | |
| Нет данных | ||||||||