@extends('admin.framework') @section('title') New Subscription @endsection @section('head') @endsection @section('back_content')
Creating new subscription
{!! Form::open(array('route' => 'subscriptions.store', 'method' => 'POST', 'role' => 'form', 'class' => 'needs-validation', 'enctype'=>'multipart/form-data')) !!} {!! csrf_field() !!}