@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

{{ __('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 , then it will appear as unlimited') }}

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

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

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

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

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

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

{{ __('Enter new line to seperate features') }}

@endsection @section('script') @endsection