@extends('layouts.master') @section('title',__('Edit Advertise')) @section('breadcum') @endsection @section('maincontent')
@if ($errors->any()) @endif
{{ __('Back') }}
{{__('Edit Advertise')}}
@if($ad->ad_location == "onpause" || $ad->ad_location=="popup")
{{__('EditAD:')}} {{ $ad->id }} | {{__('Location')}}: {{ $ad->ad_location }}

{{ csrf_field() }} {{ method_field('PUT') }}
{{ $errors->first('ad_image') }}


@elseif($ad->ad_location == "skip")
{{ csrf_field() }} {{ method_field('PUT') }}
@if($ad->ad_video !="no")
{{ $errors->first('ad_video') }}

@else
@endif
@endif
@endsection @section('script') @endsection