@extends('admin.layout') @section('custom-style') @endsection @section('content') @php $date = (isset($_GET['date'])) ? $_GET['date'] : ''; @endphp @php $searchText = (isset($_GET['searchText'])) ? $_GET['searchText'] : ''; @endphp

PPV Configuration

All PPV Configuration

@if(check_Permission('Production Team', 'create')) @endif
@if(\Session::has('delete'))
  • {!! \Session::get('delete') !!}
  • @endif
    @if(isset($ppv_configurations)) @foreach($ppv_configurations as $ppv) @endforeach @endif
    # PPV Duration Range Price(in USD) Content Acceptance Commission(in USD) Created on Action
    {{$loop->iteration}} {{$ppv->start_range." minutes - ".$ppv->end_range." minutes"}} {{$ppv->amount}} {{$ppv->content_acceptance_commission}} {{$ppv->created_at->format('d M, Y')}} @if(check_Permission('Production Team', 'edit')) @endif @if(check_Permission('Production Team', 'delete')) @endif
    @endsection @section('custom-scripts') @endsection