@extends('agency.layouts.app') @section('title', 'TUREB Rehber Sicili') @section('page_title', 'TUREB Rehber Sicili') @php $breadcrumbs = [ ['title' => 'Dashboard', 'url' => route('agency.dashboard')], ['title' => 'TUREB Rehber Sicili', 'url' => ''] ]; $columns = [ ['key' => 'name', 'label' => 'Rehber', 'sortable' => true, 'sort' => 'full_name'], ['key' => 'chamber', 'label' => 'Oda', 'sortable' => true, 'sort' => 'chamber_code', 'align' => 'center'], ['key' => 'languages', 'label' => 'Yabancı Dil'], ['key' => 'regions', 'label' => 'Bölge'], ['key' => 'contact', 'label' => 'İletişim'], ['key' => 'status', 'label' => 'Durum', 'sortable' => true, 'sort' => 'status', 'align' => 'center'], ['key' => '_actions', 'label' => 'Aksiyon', 'fixed' => true, 'align' => 'end', 'width' => '150px'], ]; $filters = [ ['key' => 'chamber', 'label' => 'Oda', 'value' => request('chamber'), 'placeholder' => 'Tüm Odalar', 'options' => $chambers], ['key' => 'region', 'label' => 'Bölge', 'value' => request('region'), 'placeholder' => 'Tüm Bölgeler', 'options' => $regions], ['key' => 'language', 'label' => 'Dil', 'value' => request('language'), 'placeholder' => 'Tüm Diller', 'options' => $languages], ['key' => 'status', 'label' => 'Durum', 'value' => request('status'), 'placeholder' => 'Tüm Durumlar', 'options' => [ 'Eylemli' => 'Eylemli', 'Eylemsiz' => 'Eylemsiz', ]], ['key' => 'imported', 'label' => 'Kaynağımda', 'value' => request('imported'), 'placeholder' => 'Hepsi', 'options' => [ 'yes' => 'Eklenmiş', 'no' => 'Eklenmemiş', ]], ]; @endphp @push('styles') @endpush @section('content')
php artisan tureb:sync çalıştırın.