@extends('backend.superadmin.index') @section('body')

Edit Ad

@if(session('success'))
@endif @if(session('error'))
@endif @if($errors->any())
@endif
{{csrf_field()}}
Advert Title*
Company Name*
Advert External Link*
@php $image_url = config('filesystems.asset').'/'.'adverts'; @endphp
Image
Publishe Date*
Expired Date*
Ads Type*
type=='Directory') style="display: none;" @endif>
Choose Client Type
type=='Directory' || old('ads_type')=='Directory') @else style="display: none;" @endif>
Choose Client Type*
Ads Size*
Ad Placement*
Ads Status*
@endsection @section('script') @endsection