@extends('admin.layout') @section('custom-style') @endsection @section('content') Live Events Live Events Edit Edit Live Event @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif @if(\Session::has('error')) {!! \Session::get('error') !!} @endif @if(\Session::has('success')) {!! \Session::get('success') !!} @endif @if(isset($live_broadcast_events)) {{csrf_field()}} Live Event Title* Live Event Sub Title* Viewer Age Rating* Select Rating for video @if(isset($ratings)) @foreach($ratings as $rating) @if(isset($live_broadcast_events->rating_id)) rating_id == $rating->id) selected @endif> {{ $rating->name }} @else id) selected @endif> {{ $rating->name }} @endif @endforeach @endif PPV Listing Type* Select video listing type ppv_listing_type == 'Pay Per View') selected @endif>Pay Per View ppv_listing_type == 'Free View') selected @endif>Free View Live Event Description {{strip_tags($live_broadcast_events->description)}} Channels* @if(isset($livebroadcastschannels)) @foreach($livebroadcastschannels as $channel) id == $live_broadcast_events->channel_id) selected @endif> {{ $channel->channel_name }} @endforeach @endif @if(check_Permission('Live Broadcast', 'set_calendar')) Date * Start Time * End Time * @endif Video Portrait Thumbnail(Portrait - 1250 * 1333 MX - 2MB)* Video Thumbnail Preview (Portrait) potrait_thumbnail" }}" alt="Video Potrait Thumbnail"> Video Thumbnail (Landscape - 1280 * 720 MX - 2MB)* Live Stream Preview (Landscape) thumbnail" }}" alt="Video Landscape Thumbnail"> @endif @endsection @section('custom-scripts') @endsection