@php $configData = Helper::appClasses(); @endphp @extends('layouts/layoutMaster') @section('title', 'Editar ' . $watched->name) @section('content')

Editar {{ $watched->name }}

@include('_partials.alerts')
@csrf @method('PUT') @include('content.domains.watchlist._form')
Cancelar
@endsection