@extends('admin.layout') @php use App\Models\Language; $setLang = Language::where('code', request()->input('language'))->first(); @endphp @if(!empty($setLang->language) && $setLang->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
MB

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

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

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

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

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

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

@if ($errors->has('icon'))

{{$errors->first('icon')}}

@endif
NB: click on the dropdown sign to select an icon.

@endsection @section('scripts') @endsection