PATH:
home
/
rwabteecom
/
public_html
/
resources
/
views
/
components
/
Editing: label.blade.php
@props(['value']) <label {{ $attributes->merge(['class' => 'block font-medium text-sm text-gray-700']) }}> {{ $value ?? $slot }} </label>
SAVE
CANCEL