@extends('admin.layouts.app') @section('container', 'dashboard-container-sm') @section('section', d_trans('Pricing plans')) @section('title', d_trans('Edit plan')) @section('header_title', d_trans('Edit plan')) @section('back', route('admin.plans.index')) @section('form', true) @section('content')
@csrf @method('PUT')
{{ d_trans('Actions') }}
isActive())>
isFeatured())>
{{ d_trans('Plan Details') }}
{{ d_trans('Leave the field empty for unlimited businesses.') }}
hasEmployeesFeature())>
hasCategoriesFeature())>
{{ d_trans('Custom Features') }}
@if ($plan->custom_features) @foreach ($plan->custom_features as $key => $customFeature)
@endforeach @endif
@push('top_scripts') @endpush @push('styles_libs') @endpush @push('scripts_libs') @endpush @endsection