@extends('admin.layouts.master') @section('content')
Settings

Promotional Ads

Effective way to quickly build awareness...

@foreach ($promos as $promo)
@if($promo->banner_thumpnail) @elseif($promo->banner) @else @php $fileLink = $promo->link; $fileExtension = strtolower(pathinfo($fileLink, PATHINFO_EXTENSION)); $videoFormats = ['mp4', 'webm']; $imageFormats = ['jpeg', 'jpg', 'png', 'JPEG', 'JPG', 'PNG']; @endphp @if (in_array($fileExtension, $videoFormats)) @else @endif @endif

{{ $sn++ }}

Last Changed {{ $promo->updated_at }}

@endforeach
@endsection