@extends('layouts.super-admin-layout') @section('content')
@if($promo_videos->video) @endif

Small Title: {{ $promo_videos->small_title }}

Big Title: {{ $promo_videos->big_title }}

Description: {!! $promo_videos->description !!}

@endsection