@extends('admin.layout') @section('custom-style') @endsection @section('content') Live Streams Live Streams Create Create Live Event @if(\Session::has('error')) {!! \Session::get('error') !!} @endif @if(\Session::has('error')) {!! \Session::get('error') !!} @endif @if(\Session::has('success')) {!! \Session::get('success') !!} @endif {{csrf_field()}} Live Event Title* Live Event Sub Title* Viewer Age Rating* Select Rating for video @if(isset($ratings)) @foreach($ratings as $rating) id) selected @endif>{{ $rating->name }} @endforeach @endif PPV Listing Type* Select video listing type Pay Per View Free View Live Event Description {{old('description')}} Country* All Countries @if(isset($countries)) @foreach($countries as $country) {{ $country->country_name }} @endforeach @endif Channels* @if(isset($livebroadcasts)) @foreach($livebroadcasts as $channel) @if($loop->first) {{ $channel->channel_name }} @else {{ $channel->channel_name }} @endif @endforeach @endif @if(check_Permission('Live Broadcast', 'set_calendar')) Date * Start Time * End Time * @endif @endsection @section('custom-scripts') @endsection