@extends('layouts.app') @section('content') @include('layouts.inc.breadcrumb',['title' => $webinar->name])

{{ $webinar->name }}

@if (!strpos($webinar->content,'iframe'))
thumbnail}") }}" alt="">
@endif
@php $content = $webinar->content; $content = str_replace('height="360"','height="420"',$content); @endphp {!! $content !!}
  • {{ $webinar->speaker }}
  • {{ $webinar->country }}
  • {{ date('F j, Y',strtotime($webinar->date)) }}
  • {{ date('H:s',strtotime($webinar->time_start)) }} - {{ date('H:s',strtotime($webinar->time_end)) }}
  • {{ $webinar->applicants()->get()->count() }} Applications
@include('page.webinar.inc.apply', ['webinar' => $webinar])
@endsection