@extends('panel.layout.settings', ['disable_tblr' => true]) @section('title', $item != null ? __('Edit Feature') : __('Add New Feature')) @section('titlebar_actions', '') @section('settings')
{{ $item != null ? $item->description : null }} {{ __('Save') }} @endsection @push('script') @endpush