{{ __('basic.record number') }}
{{ $invoice->record_number }}
{{ __('basic.case number first') }}
{{ $invoice->case_number_first }}
{{ __('basic.case number second') }}
{{ $invoice->case_number_second}}
{{ __('basic.cassation number') }}
{{ $invoice->cassation_number}}
{{ __('basic.department') }}
{{ $invoice->department->name }}
{{ __('basic.court') }}
{{ $invoice->court->name }}
{{ __('basic.court department') }}
{{ $invoice->court_department->name}}
{{ __('basic.judicial year') }}
{{ $invoice->judicial_year}}
{{ __('basic.subtitle') }}
{{ $invoice->name }}
{{ __('basic.client') }}
{{ $invoice->client->full_name }}
{{ __('basic.opponent name') }}
{{ $invoice->opponent_name }}
| {{ __('basic.number') }} | {{ __('basic.hearing') }} | {{ __('basic.description') }} | {{ __('basic.placed') }} |
|---|---|---|---|
| {{ $item->number }} | {{ $item->name }} | {{ $item->description }} | @if($item->placed_at) {{ date('Y-m-d',strtotime($item->placed_at)) }} @endif |