@extends('admin.layout') @section('custom-style') @endsection @section('content') Live PPV Configuraton Live PPV Configuraton Update Update Live PPV Configuraton @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 Live PPV duration range(in minutes)* Selected range: {{ old('start_range', $ppv_configuration->start_range) }} minutes - {{ old('end_range', $ppv_configuration->end_range) }} minutes Price* (in USD) Content Acceptance Commission* (in USD) @endsection @section('custom-scripts') @endsection
Selected range: {{ old('start_range', $ppv_configuration->start_range) }} minutes - {{ old('end_range', $ppv_configuration->end_range) }} minutes