Update edit.blade.php

This commit is contained in:
Belasri Imad 2024-12-12 21:54:25 +01:00 committed by GitHub
parent 71e889f6fb
commit adcee698f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,7 +26,7 @@
<label for="name" class="my-2">Name*</label>
<input type="text" name="name"
placeholder="Name*"
value="{{$tag->name, old('name')}}"
value="{{old('name',$tag->name)}}"
class="form-control @error('name') is-invalid @enderror">
@error('name')
<span class="invalid-feedback">