@extends('back.master') @section('title', $title) @section('content')
@csrf
{{ __('Cancel') }}
@if($errors->any()) @foreach ($errors->all() as $error)
{{ $error }}
@endforeach @endif
{{ __('e.g. : Plan 1, Basic, Ultimate, ... etc') }}.
{{ __('e.g. : Month, Day, 45 Days, Year, ... etc') }}
{{ __('Color') }}
{{ __('Number of days for the subscription') }}.
{{ __('Limit of downloads per X days') }}.
{{ __('HTML code allowed') }}.
{{ __('Products applicable for this plan. (Default: all)') }}
{{ __('Whether to show first, 2nd ... last.') }}.
@endsection