@extends('layouts.main') @section('title') {{ __('ad_spaces') }} @endsection @section('content') {{ __('create_and_manage') . ' ' . __('ad_spaces') }} {{ __('dashboard') }} {{ __('ad_spaces') }} @can('ad-space-create') {{ __('create') . ' ' . __('ad_spaces') }} @endcan {{ __('create') . ' ' . __('ad_spaces') }} @csrf {{ __('language') }} @if (count($languageList) > 2) {{ __('select') . ' ' . __('language') }} @endif @foreach ($languageList as $row) {{ $row->language }} @endforeach {{ __('select') . ' ' . __('ad_spaces') }} {{ __('select') . ' ' . __('ad_spaces') }} @foreach ($featuredSectionList as $row) @if ($row->style_app == 'style_6' || $row->style_web == 'style_web') Above {{ $row->title }} (Not applicable) @else Above {{ $row->title }} @endif @endforeach News Details (Top) News Details (Bottom) {{ __('URL') }} {{ __('app_ad_image') }} ({{ __('size') }} 800 * 215) {{ __('web_ad_image') }} ({{ __('size') }} 1920 * 160) @can('ad-space-list') {{ __('ad_spaces') . ' ' . __('list') }} {{ __('select') . ' ' . __('language') }} @foreach ($languageList as $row) {{ $row->language }} @endforeach {{ __('status') }} {{ __('active') }} {{ __('deactive') }} {{ __('id') }} {{ __('language') }} {{ __('ad_spaces') }} {{ __('featured_section') }} {{ __('app_ad_image') }} {{ __('web_ad_image') }} {{ __('URL') }} {{ __('status') }} {{ __('created_at') }} @canany(['ad-space-edit', 'ad-space-delete']) {{ __('operate') }} @endcanany @endcan {{ __('edit') . ' ' . __('ad_spaces') }} × @csrf {{ __('language') }} {{ __('select') . ' ' . __('language') }} @foreach ($languageList as $item) {{ $item->language }} @endforeach {{ __('select') . ' ' . __('ad_spaces') }} {{ __('app_ad_image') }} ({{ __('size') }} 800 * 215) {{ __('web_ad_image') }}({{ __('size') }} 1920 * 160) {{ __('URL') }} {{ __('status') }} {{ __('active') }} {{ __('deactive') }} @endsection @section('script') @endsection