@extends("admin/layouts.master") @section('title','Edit Advertise') @section('stylesheet') @endsection @section('body') @if($ad->ad_location == "onpause" || $ad->ad_location=="popup") Edit AD: {{ $ad->id }} | Location: {{ $ad->ad_location }} {{ csrf_field() }} {{ method_field('PUT') }} @if($ad->ad_location == 'popup')Edit Popup Image @else Edit Image @endif {{ $errors->first('ad_image') }} Current Image: Edit Ad Target: (Click on ad where to redirect user) @elseif($ad->ad_location == "skip") Edit AD: {{ $ad->id }} | Location: {{ $ad->ad_location }} {{ csrf_field() }} {{ method_field('PUT') }} @if($ad->ad_video !="no") Change AD Video: {{ $errors->first('ad_video') }} Current Video @else AD URL: @endif Edit Ad Target: (Click on ad where to redirect user) @endif @endsection