@extends('admin.layout') @section('custom-style') @endsection @section('content') Videos Video Edit Video Part Edit Video Part @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) rating_id == $rating->id) selected @endif>{{ $rating->name }} @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 Video Description {{$video->description}} Status* Select a status Active Inactive Episode Portrait Thumbnail(Portrait - 1250 * 1333 MX - 2MB)* Video Thumbnail Preview (Portrait) potrait_thumbnail" }}" alt="Episode Thumbnail"> Episode Landscape Thumbnail (Landscape - 1280 * 720 MX - 2MB)* Live Stream Preview (Landscape) thumbnail" }}" alt="Video Thumbnail"> 0% @endsection @section('custom-scripts') @endsection