@include('layouts.message')
{{$ad->title}}
@if( isset( $_GET['order_id'] ) )
@if( $ad->status == 0 || $ad->status == 3 )
Approve
Reject
@endif
@if( $ad->status == 1 )
Reject
@endif
@if( $ad->status == 2 )
Approve
@endif
@endif
1. Fundraiser Details
@if(isset($ad->title))
Ad Title |
{{$ad->title}} |
@endif
@if(isset($ad->overview_description))
Description |
{!!$ad->overview_description!!} |
@endif
@if(isset($ad->overview_image))
Fundraiser Image |
}}) |
@endif
@if(isset($ad->featured_image))
Featured Image |
}}) |
@endif
@if(isset($ad->fundrazier_logo_title))
Fundraiser logo title |
{!!$ad->fundrazier_logo_title!!} |
@endif
@if(isset($ad->event_start_date))
Fundraiser start date |
{{date('F d, Y',strtotime($ad->event_start_date))}} |
@endif
@if(isset($ad->event_end_date))
Fundraiser end date |
{{date('F d, Y',strtotime($ad->event_end_date))}} |
@endif
@if(isset($ad->approved_date))
Post start date |
{{date('F d, Y',strtotime($ad->approved_date))}} |
@endif
@if(isset($ad->expiry_date))
Post end date |
{{date('F d, Y',strtotime($ad->expiry_date))}} |
@endif
@if(isset($ad->rejected_date))
Rejected at |
{{date('F d, Y',strtotime($ad->rejected_date))}} |
@endif
@if(isset($ad->renew_date))
Recent Renew Date |
{{date('F d, Y',strtotime($ad->renew_date))}} |
@endif
@if(isset($ad->featured_expired))
Featured Expiry Date |
{{date('F d, Y',strtotime($ad->featured_expired))}} |
@endif
2. Contact Info
@if(isset($ad->email))
Email |
{{$ad->email}} |
@endif
@if(isset($ad->phone))
Phone |
{{$ad->phone}} |
@endif
3. Locations
@if(isset($ad->street_address))
Street, Address |
{{$ad->street_address}} |
@endif
@if(isset($ad->city))
City |
{{$ad->city}} |
@endif
@if(isset($ad->province->name))
Province |
{{$ad->province->name}} |
@endif
@if(isset($ad->postal_code))
Postal Code |
{{$ad->postal_code}} |
@endif
@if(isset($ad->embed_map_iframe))
Embed Map Iframe |
{!!$ad->embed_map_iframe!!} |
@endif
4. Social Links
@if(isset($ad->facebook_url))
Facebook Link |
{{$ad->facebook_url}} |
@endif
@if(isset($ad->twitter_url))
Twitter Link |
{{$ad->twitter_url}} |
@endif
@if(isset($ad->pinterest_url))
Pinterest Link |
{{$ad->pinterest_url}} |
@endif
@if(isset($ad->instagram_url))
Instagram Link |
{{$ad->instagram_url}} |
@endif
5. Promote Your Ad
@if(isset($ad->setting->title))
Features |
{{$ad->setting->title}} |
@endif
@if(isset($ad->promote_ad_type_duration))
Duration |
{{$ad->promote_ad_type_duration}} Days |
@endif
@if(isset($ad->promote_ad_type_price))
Price |
${{$ad->promote_ad_type_price}} |
@endif
@if( $ad->featured )
6. Featured Ad
@if(isset($ad->featured->title))
Features |
{{$ad->featured->title}} |
@endif
@if(isset($ad->featured->duration))
Duration/Day |
{{$ad->promote_ad_type_duration}} Days |
@endif
@if(isset($ad->featured->price))
Price |
${{$ad->featured->price * $ad->promote_ad_type_duration}} |
@endif
@endif
@if($ad->reject_reason)
Reject Reason
{!!$ad->reject_reason!!}
@endif