@extends('dashboard.layouts.master') @section('title', 'Subscription Management| Admin Panel') @include('sweetalert::alert') @push('after-styles') @can('subscription.plan.create') @endcan @endpush @section('content') @can('subscription.plan.create')

Create Subscription

{{ __('backend.dashboard') }} / Subscription Management/ Create Subscription
{{ Form::open(['method' => 'POST', 'files' => true, 'enctype' => 'multipart/form-data', 'id' => 'storeForm']) }}
@php $i = $index ?? 0; @endphp
@error('benefits_en.0') {{ $message }} @enderror
@error('benefits_ar.0') {{ $message }} @enderror
{!! __('backend.cancel') !!}
@else @endcan @endsection @push('after-scripts') @endpush