PATH:
home
/
lab2454c
/
.trash
/
core
/
resources
/
views
/
templates
/
basic
/
user
/
showcase
<div class="row"> <div class="col-md-12 mb-20"> <label for="Name" class="form--label mb-2">@lang('Title') <sup class="text--danger">*</sup></label> <input class="form-control form--control-2 bg--body" id="Name" type="text" maxlength="255" name="name" value="{{old('name', isset($showcase) ? $showcase->name:'')}}" placeholder="@lang('Enter Title')" required> </div> <div class="row"> <div class="col-md-12 mb-20"> <label for="file" class="form--label mb-2">@lang('Showcase Video') (Supported format mp4, mov)<sup class="text--danger">*</sup></label> <input class="form-control form--control-2 bg--body" type="file" id="file" name="file" accept="video/*" required> </div> </div> </div> <div class="col-lg-12 text-end"> <button type="submit" class="cmn--btn btn__global">{{isset($showcase) ? 'Update Showcase' : 'Add Showcase'}}</button> </div>
[-] form.blade.php
[edit]
[-] create.blade.php
[edit]
[+]
..
[-] index.blade.php
[edit]