@extends('admin.layout') @php use App\Models\Language; $selLang = Language::where('code', request()->input('language'))->first(); @endphp @if (!empty($selLang->language) && $selLang->language->rtl == 1) @section('styles') @endsection @endif @section('content')
{{ __('Edit package') }}
{{ __('Back') }}
@csrf

{{ __('NB: click on the dropdown sign to select an icon.') }}

{{--

--}}

{{ __('If price is 0 , than it will appear as free') }}

@php $permissions = $package->features; if (!empty($package->features)) { $permissions = json_decode($permissions, true); } @endphp

{{ __('Enter 999999 , than it will appear as unlimited') }}

{{ __('Enter 999999 , than it will appear as unlimited') }}

Enter 999999 , then it will appear as unlimited

@if ($package->is_trial == 1)
@else @endif

The higher the serial number is, the later the feature will be shown.

@endsection @section('scripts') @endsection