Update edit.blade.php
This commit is contained in:
parent
71e889f6fb
commit
adcee698f3
@ -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">
|
||||
@ -48,4 +48,4 @@ class="form-control @error('name') is-invalid @enderror">
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
@endsection
|
||||
@endsection
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user