@extends('layouts.admin') @section('main-content')
@if($process_callout['title'])
@include('tables.process_callout')
@endif
@if(isset($title) && $title)
{{ __($label) }} @include('tables.action_create')
@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) @endforeach @if(!empty($action)) @endif
{{__($value)}}
@push('scripts') @endpush @endsection