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