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