{{-- Extends layout --}} @extends('front.layouts.app') {{-- Content --}} @section('content')
@csrf @method('PATCH')

{{ __('Reklam Ver') }}

@component('front.components.select',[ 'label'=>__('İlan Seçiniz'), 'name'=>'ad_item_id', 'options' => $items, 'option_id' => 'item_id', 'option_value' => 'item_title', 'selected_value' => NULL ]) @endcomponent @component('front.components.select',[ 'label'=>__('Reklam Tipi Seçiniz'), 'name'=>'ad_adt_id', 'options' => $advert_types, 'option_id' => 'adt_id', 'option_value' => 'adt_title', 'selected_value' => NULL ]) @endcomponent @component('front.components.radio_payment_types',[ 'label'=>__('Ödeme Tipi'), 'name'=>'ad_pt_id', 'payment_types' => $payment_types, ]) @endcomponent
@endsection @section('sidebar') @include('front.components.user_sidebar') @endsection @section('styles') @endsection @section('scripts') @endsection