@extends('layouts.admin') @section('content')
{{ __('EDITAR PERMISO') }}
@csrf @method('PUT')
@error('name') {{ $message }} @enderror
@endsection