@include('sellers.layout.profile')
@include('sellers.layout.header')
@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