@extends('admin.layout') @section('custom-style') @endsection @section('content') Live Ad Category Live Ad Category Update Update Live Ad Category @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()}} Advertiser Name* Current Advertisement contract duration Update contract duration here (in months)* Percentage(%) revenue share* Total value of advertisement (in USD)* Select Live Programme duration range(in minutes)* Selected range: {{ old('start_range', $ad_category->programme_start_range) }} minutes - {{ old('end_range', $ad_category->programme_end_range) }} minutes @endsection @section('custom-scripts') @endsection
Selected range: {{ old('start_range', $ad_category->programme_start_range) }} minutes - {{ old('end_range', $ad_category->programme_end_range) }} minutes