@extends('dashboard.layouts.app') @section('title', __('dashboard.Static Ads')) @section('page_heading', __('dashboard.Static Ads')) @section('breadcrumb')
{{ __('dashboard.ID') }} | {{ __('dashboard.Name') }} | {{ __('dashboard.Code') }} | {{ __('dashboard.Media Type') }} | {{ __('dashboard.Media') }} | {{ __('dashboard.Button') }} | {{ __('dashboard.Active') }} | {{ __('dashboard.Actions') }} |
---|---|---|---|---|---|---|---|
{{ $staticAd->id }} | {{ $staticAd->name }} | {{ $staticAd->code }} | @if($staticAd->media_type == 'image') {{ __('dashboard.Image') }} @elseif($staticAd->media_type == 'video') {{ __('dashboard.Video') }} @elseif($staticAd->media_type == 'gif') {{ __('dashboard.GIF') }} @endif |
@if($staticAd->media_type == 'image')
|
@if ($staticAd->button_is_active && $staticAd->button_text) {{ $staticAd->button_text }} @else {{ __('dashboard.Not Set') }} @endif | {{ $staticAd->is_active ? __('dashboard.Active') : __('dashboard.Inactive') }} |