@extends('agency.layouts.app') @section('title', 'Yeni Günübirlik Tur Oluştur') @section('page_title', 'Yeni Günübirlik Tur Oluştur') @php $breadcrumbs = [ ['title' => 'Ana Sayfa', 'url' => route('agency.dashboard')], ['title' => 'Günübirlik Turlar', 'url' => route('agency.products.gunubirlik-turlar.index')], ['title' => 'Yeni Tur', 'url' => ''] ]; $productType = \App\Models\Product\ProductType::where('slug', 'gunubirlik-tur')->first(); $productTypeId = $productType ? $productType->id : null; $parentCategories = $productTypeId ? \App\Models\Product\ProductCategory::where('product_type_id', $productTypeId)->whereNull('parent_id')->where('agency_id', auth()->user()->agency->id)->get() : collect(); $languages = \App\Models\Definition\Language::all(); $currencies = auth()->user()->agency->getActiveCurrencies(); @endphp @push('styles') @endpush @section('content')
Turunuzun temel bilgilerini girin. Detay bilgileri sonraki adımda ekleyebilirsiniz.