@extends('user.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 }} | {{ __('Edit') }} |