Skip to content

Instantly share code, notes, and snippets.

View aryadiahmad4689's full-sized avatar
🎯
Learning Every Day

Silver Bullet aryadiahmad4689

🎯
Learning Every Day
View GitHub Profile
<form>
<div class="form-group">
<input type="hidden" wire:model="post_id">
<label for="exampleFormControlInput1">Title</label>
<input type="text" class="form-control" wire:model="title" id="exampleFormControlInput1" placeholder="Enter Title">
@error('title') <span class="text-danger">{{ $message }}</span>@enderror
</div>
<div class="form-group">
<label for="exampleFormControlInput2">Description</label>
<input type="text" class="form-control" wire:model="description" id="exampleFormControlInput2" placeholder="Enter Description">