@extends('admin.template.master') @section('title', $title) @section('content') @php $rtitle = ''; $video = ''; if(isset($videoData)) { $rtitle = $videoData->video_title; $video = $videoData->video; } @endphp