@extends('admin.layout') @section('custom-style') @endsection @section('content') Subscription Subscription Create Create Subscription for live evet @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()}} Title* No. of Days* Price* (in USD) Valid only on* (subscription expires after this date) Active from* Active to (expiry time)* Description @endsection @section('custom-scripts') @endsection