@extends('layouts.main') @section('content') @include('partials.breadcrumb', ['breadcrumbTitle' => 'Add new Subscriptions', 'parentUrl' => '#', 'parentTitle' => 'Software License'])
{{csrf_field()}}
@include('partials.error')
@stop @section('after_scripts') @stop