@extends('admin.master') @section('title', $title) @section('additional_head_tags') @endsection @section('content')
@csrf
{{ __('Cancel') }}
@if($errors->any()) @foreach ($errors->all() as $error)
{{ $error }}
@endforeach @endif
@if(count(old('specifications.text', []))) @for($i=0; $i
@endfor @else
@endif
{{ __('Duration') }}
{{ __('Limit downloads') }}
{{ __('Products applicable for this plan. (Default: all)') }}
{{ __('Products applicable for this plan by category') }}
{{ __('Whether to show first, 2nd ... last.') }}.
@endsection