@if(isset($title) && $title)
@endif
{{-- Házipéntárnál dátum választó START --}}
@if ($route == 'house_cashier')
@include('tables.components.houser_cashier_date_picker', ['year' => $year, 'month' => $month])
@endif
{{-- Házipéntárnál dátum választó END --}}
@if($process_callout['title'])
@include('comments.panel', ['comment_target' => $process_callout['data']])
{{-- @include('comments.panel', ['comment_target_model' => 'Process', 'comment_target_id' => $process_callout['data']->id]) --}}
@endif
@if(isset($table_filter) && !empty($table_filter))
@if(isset($table_filter_name) && $table_filter_name != '')
{!! __($table_filter_name) !!}:
@endif
@endif
@if(isset($checkbox_filter) && !empty($checkbox_filter))
@endif
@if(!empty($action_replicate))
|
@endif
@foreach($data as $key => $value)
{{__($value)}} |
@endforeach
@if(!empty($action))
|
@endif