@extends('admin.layout') @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