@extends('admin.layouts.app') @section('panel')
@lang('Basic Information')
{{ gs('cur_text') }}
ad_type == Status::ALL_VIEWS || @$advertisement->ad_type == Status::ALL_VIEWS) checked @endif type="radio">
ad_type == Status::SKIPPABLE || @$advertisement->ad_type == Status::SKIPPABLE) checked @endif type="radio">
ad_type == Status::NON_SKIPPABLE || @$advertisement->ad_type == Status::NON_SKIPPABLE) checked @endif type="radio">
ad_type == Status::IN_FEED || @$advertisement->ad_type == Status::IN_FEED) checked @endif type="radio">
@php $locations = $advertisement?->countries->pluck('country')->toArray() ?? []; @endphp
@php $startDate = @$advertisement->start_date ? showDateTime(@$advertisement->start_date, 'Y-m-d') : null; $endDate = @$advertisement->end_date ? showDateTime(@$advertisement->end_date, 'Y-m-d') : null; @endphp
@if ($advertisement->schedule_type == Status::CUSTOM_DAYS)
@foreach ($advertisement->schedules as $schedule)
@endforeach
@endif
@if($advertisement->status == Status::ADVERTISEMENT_REJECTED)
@lang('Rejected Reason')
@endif
@php $video = $advertisement->video; if ($video) { $videoFile = $video->videoFiles()->first(); } @endphp
@lang('Ad Video')
@lang('Ad Details')
@endsection @push('breadcrumb-plugins') @if ($advertisement->status == Status::ADVERTISEMENT_PENDING) @endif @endpush @push('style') @endpush @push('style-lib') @endpush @push('script-lib') @endpush @push('script') @endpush