@php $disabled = false; $document_types = ['issue_ticket', 'offer_mail', 'location', 'technical_description', 'email', 'warranty', 'survey']; // feltölthető típusok $document_model = 'IssueTicket'; // feltöltésnél melyik modelhez rendelje $documents = new App\Models\Document; $document_id = $issue_ticket->id; $can_work_organize = true; if($issue_ticket->completed == true || $issue_ticket->type == 'not_a_real_issue') $can_work_organize = false; $worksheet = App\Models\Worksheet::where('id', $issue_ticket->worksheet_id); $action_types = old('action_types') ?? $issue_ticket->action_type; $disable_work_button = $disable_supplier_button = $action_types == null ? true : false; $all_issue_ticket_count = $step_data['all_issue_ticket']['count']; @endphp {{-- @if( $client->id && $all_issue_ticket_count != 0 )
Hibajegyek
@include('process.tables.issue', [ 'issue_ticket_id' => $issue_ticket->id, ]) --}} @push('scripts') @endpush