@extends('sellers.layout.mainlayout') @section('content') @php use Carbon\Carbon; @endphp
@include('sellers.layout.top_header')
@include('sellers.layout.profile')
@include('sellers.layout.header')
@csrf

Ad information

    @if(settings()->feature_ads_status == '1')
  • @endif
@if($user->subscription->id>1)
@endif

Stripe Payment Price : $ {{ $featured_ads_price }}.00

Card

Location information

Media Information

img
Click to replace or Drag and Drop

Supported formats: JPEG, PNG, JPG, MP4
Max size: 2MB
Image Dimensions: Min 1400px X 500px
@endsection @section('customScript') @endsection