@extends('backend.layout') @section('content')
| {{ __('Ad Type') }} | {{ __('Resolution') }} | {{ __('Image') }} | {{ __('Views') }} | {{ __('Actions') }} | |
|---|---|---|---|---|---|
| {{ ucfirst($ad->ad_type) }} | @if ($ad->resolution_type == 1) {{ __('300 x 250') }} @elseif ($ad->resolution_type == 2) {{ __('300 x 600') }} @else {{ __('728 x 90') }} @endif |
@if ($ad->ad_type == 'banner')
|
{{ $ad->views }} |
|