@extends('home::layouts.UserLayout') @section('title') {{env('WEBSITE_TITLE')}} | Discovery @endsection @section('content')

YouTube

@if ($errors->any()) {{ $errors->first('keyword') }} @endif
@if(isset($ErrorMessage))
{{$ErrorMessage}}
@endif
@if(isset($responseData) && $responseData['data'] !== null)