@extends('voyager::master') @section('page_title', __('voyager::generic.'.(isset($dataTypeContent->id) ? 'edit' : 'add')).' '.$dataType->getTranslatedAttribute('display_name_singular')) @section('css') @stop @section('page_header')

{{ __('voyager::generic.'.(isset($dataTypeContent->id) ? 'edit' : 'add')).' '.$dataType->getTranslatedAttribute('display_name_singular') }}

@stop @section('content')
@if(isset($dataTypeContent->id)) {{ method_field("PUT") }} @endif {{ csrf_field() }}
{{--
--}} @if (count($errors) > 0)
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

{{ __('voyager::generic.plan_details') }}

{{-- description --}}
@error('description')
{{ $message }}
@enderror
@error('is_active')
{{ $message }}
@enderror
{{-- Features Information --}}

{{ __('voyager::generic.features_information') }}

features()->code('users_accounts')->first()->limit : '') ?? '') }}">
features()->code('ads_numbers')->first() ? 'checked' : '' }}>
features()->code('orders_numbers')->first() ? 'checked' : '' }}>
features()->code('appearance_edit')->first() ? 'checked' : '' }}>
features()->code('pdf_files')->first() ? 'checked' : '' }}>
@stop @section('javascript') @stop