@extends('sellers.layout.mainlayout') @section('content') @php use Carbon\Carbon; $fileLink = $myAd->upload_media_link; // Determine the file extension $fileExtension = strtolower(pathinfo($fileLink, PATHINFO_EXTENSION)); // Array of supported video and image formats $videoFormats = ['mp4', 'webm']; $imageFormats = ['jpeg', 'jpg', 'png', 'JPEG', 'JPG', 'PNG']; @endphp
@include('sellers.layout.top_header')
@include('sellers.layout.profile')
@include('sellers.layout.header')
@csrf

Ad information

    @if($myAd->is_featured == 'Yes')
  • @else
  • @endif
@if($user->subscription->id>1)
@endif

Location information

@if(isset($myAd->city_name) && $myAd->city_name!='') @else @endif

Media Information

{{--
--}}
{{--