@extends('admin.layout') @section('custom-style') @endsection @section('content') Live Streams Live Streams Create Create Live Stream @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 {{csrf_field()}} Select user to set up live stream for* None @isset($all_staff) @foreach($all_staff as $user) @php $staff_no = $user->get_staff_details->staff_number; @endphp id == old('id')) selected @endif> {{"$user->name $user->surname - $user->email ($staff_no)"}} @endforeach @endisset Live Stream Title* Live Stream Sub Title Viewer Age Rating* Select Rating for Live Stream @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 Stream Description {{old('description')}} Channels* @if(isset($livebroadcasts)) @foreach($livebroadcasts as $channel) id) selected @endif> {{ $channel->channel_name }} @endforeach @endif Live stream type* @if(isset($livestreamtypes)) @foreach($livestreamtypes as $stream_type) id) selected @endif> {{ $stream_type->live_stream_type_name }} @endforeach @endif @if(check_Permission('Live Broadcast', 'set_calendar')) Date 1* Start Time 1* End Time 1* @endif Live Stream Thumbnail(Portrait - 1250 * 1333 MX - 2MB)* Live Stream Preview (Portrait) Live Stream Thumbnail (Landscape - 1280 * 720 MX - 2MB)* Live Stream Preview (Landscape) @endsection @section('custom-scripts') @endsection