@extends('layouts.admin') @section('title', 'Editar Clave API') @section('content')

Editar Clave API

@csrf @method('PUT')
@error('name')
{{ $message }}
@enderror
Restringir a ciertas URLs
restrict_key) checked @endif>
restrict_key) checked @endif>
@error('urls')
{{ $message }}
@enderror
Estado
status) checked @endif>
status) checked @endif>
Cancelar
@endsection