@extends('admin.layout') @section('custom-style') @endsection @section('content') Ad Category Ad Category Update Update 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 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