@extends('admin.layout') @section('custom-style') @endsection @section('content') Videos Video Create Create Video @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()}} Video Title* Video 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 Video Description {{old('description')}} Select Category @if($categories) @foreach($categories as $category) id, old('category_id'))) checked @endif @endif> @if(count($category->subcategory)) @include('admin.video.video-sub-category-option-create',['subcategories' => $category->subcategory]) @endif @endforeach @endif Select Country* @if(isset($countries)) @foreach($countries as $country) id == 240) id="all_countries_checkbox" onclick="disbaleAllOtherCountrysCheckboxes()" @else class="countrys_checkbox" @endif @if(old('$countries_id') != null) @if(in_array($country->id, old('countries_id'))) checked @endif @endif> @endforeach @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