@extends('frontend.layouts.app') @section('content')
{!! $happy_story->details !!}
@if ($happy_story->video_provider == 'youtube' && isset(explode('=', $happy_story->video_link)[1])) @elseif ($happy_story->video_provider == 'dailymotion' && isset(explode('video/', $happy_story->video_link)[1])) @elseif ($happy_story->video_provider == 'vimeo' && isset(explode('vimeo.com/', $happy_story->video_link)[1])) @endif
@if (get_setting('facebook_comment_activation') == 1)
@endif
@endsection @section('modal') @include('modals.login_modal') @include('modals.package_update_alert_modal') @endsection @section('script') @if (get_setting('facebook_comment_activation') == 1)
@endif @endsection