@extends('layouts.main') @section('title', 'Okis 3.0 | Kundefragen Verwaltung') @section('content')
@includeIf('layouts.components.card_header', [ 'title_h2' => 'Kundefragen Verwaltung' ]) @includeIf('layouts.components.table_infinity_scroll', [ 'model' => $customer_questions_model, 'models' => $customer_questions, 'thead' => [ [ [ 'name' => 'ID', 'sortable_id' => 'id', 'width' => '5' ], [ 'name' => 'Au.Nr.', 'sortable_id' => 'order_id', 'width' => '6' ], [ 'name' => 'Ku.Nr.', 'sortable_id' => 'KuNr', 'width' => '6' ], [ 'name' => 'Frage gestellt am', 'sortable_id' => 'created_at', 'width' => '12' ], [ 'name' => 'Frage', 'sortable_id' => 'text', 'width' => '' ], [ 'name' => 'Antworten', 'width' => '' ], [ 'name' => 'zul. Beantwortet von', 'sortable_id' => 'reply_by', 'width' => '15' ], [ 'name' => 'letzte aktivität', 'sortable_id' => 'updated_at', 'width' => '12' ], ], ] ]) @once @endonce
@endsection