@extends('main.layouts.app') @section('content')
{{-- Card for a structured and professional layout --}}

Edit Attribute

@csrf @method('PUT')
{{-- Displays validation error message specifically for the 'name' field --}} @error('name')
{{ $message }}
@enderror
@endsection