PATH:
home
/
lab2454c
/
westernclear.net
/
resources
/
views
/
admin
/
homepageManager
/
unmatchSection
<div class="form-group"> <label for="Title">Title<span class="text-danger"> *</span></label> <input type="text" name="title" class="form-control @error('title') is-invalid @enderror" id="Title" placeholder="Enter Title" value="{{old('title', isset($unmatchSection->title) ? $unmatchSection->title:'')}}" required /> </div> <div class="form-group"> <label for="SubTitle">Subtitle<span class="text-danger"> *</span></label> <input type="text" name="subtitle" class="form-control @error('subtitle') is-invalid @enderror" id="SubTitle" placeholder="Enter Link" value="{{old('subtitle', isset($unmatchSection->subtitle) ? $unmatchSection->subtitle:'')}}" required/> </div> <button type="submit" class="btn btn-primary mr-2">{{isset($unmatchSection) ? 'Update' : 'Create'}}</button> <a class="btn btn-dark" href="{{ route('unmatchSection.index') }}">Cancel</a> @include('admin.common.scripts')
[-] form.blade.php
[edit]
[-] create.blade.php
[edit]
[-] edit.blade.php
[edit]
[+]
..
[+]
text
[-] list.blade.php
[edit]