PATH:
home
/
lab2454c
/
vaultchip.com
/
platform
/
core
/
base
/
resources
/
views
/
custom
@extends('core/base::layouts.master') @section('content') <form action="{{ route('saveHomeTitle', $homeTitle) }}" method="POST" enctype="multipart/form-data"> @csrf <div class="row"> <div class="col-md-9"> <div class="main-form"> <div class="form-body"> <div class="form-group"> <label for="Tag-1" class="control-label required" aria-required="true">Tag-1</label> <input class="form-control" placeholder="Tag-1" data-counter="150" name="tag1" type="text" id="Tag-1" value="{{old('tag1', isset($homeTitle) ? $homeTitle->tag1:'')}}"> </div> <div class="form-group"> <label for="Title-1" class="control-label required" aria-required="true">Title-1</label> <input class="form-control" placeholder="Title-1" data-counter="150" name="title1" type="text" id="Title-1" value="{{old('title1', isset($homeTitle) ? $homeTitle->title1:'')}}"> </div> <div class="form-group"> <label for="Short Desc-1" class="control-label required" aria-required="true">Short Desc-1</label> <input class="form-control" placeholder="Short Desc-1" data-counter="150" name="desc1" type="text" id="Short Desc-1" value="{{old('desc1', isset($homeTitle) ? $homeTitle->desc1:'')}}"> </div> <div class="form-group"> <label for="Tag-2" class="control-label required" aria-required="true">Tag-2</label> <input class="form-control" placeholder="Tag-2" data-counter="150" name="tag2" type="text" id="Tag-2" value="{{old('tag2', isset($homeTitle) ? $homeTitle->tag2:'')}}"> </div> <div class="form-group"> <label for="Title-2" class="control-label required" aria-required="true">Title-2</label> <input class="form-control" placeholder="Title-2" data-counter="150" name="title2" type="text" id="Title-2" value="{{old('title2', isset($homeTitle) ? $homeTitle->title2:'')}}"> </div> <div class="form-group"> <label for="Title-3" class="control-label required" aria-required="true">Title-3</label> <input class="form-control" placeholder="Title-3" data-counter="150" name="title3" type="text" id="Title-3" value="{{old('title3', isset($homeTitle) ? $homeTitle->title3:'')}}"> </div> <div class="form-group"> <label for="Title-4" class="control-label required" aria-required="true">Title-4</label> <input class="form-control" placeholder="Title-4" data-counter="150" name="title4" type="text" id="Title-4" value="{{old('title4', isset($homeTitle) ? $homeTitle->title4:'')}}"> </div> <div class="form-group"> <label for="Card Title" class="control-label required" aria-required="true">Card Title</label> <input class="form-control" placeholder="Card Title" data-counter="150" name="card_title" type="text" id="Card Title" value="{{old('card_title', isset($homeTitle) ? $homeTitle->card_title:'')}}"> </div> <div class="form-group"> <label for="Card Desc" class="control-label required" aria-required="true">Card Desc</label> <input class="form-control" placeholder="Card Desc" data-counter="200" name="card_desc" type="text" id="Card Desc" value="{{old('card_desc', isset($homeTitle) ? $homeTitle->card_desc:'')}}"> </div> <div class="form-group"> <label for="Title-5" class="control-label required" aria-required="true">Title-5</label> <input class="form-control" placeholder="Title-5" data-counter="150" name="title5" type="text" id="Title-5" value="{{old('title5', isset($homeTitle) ? $homeTitle->title5:'')}}"> </div> <div class="form-group"> <label for="Tag-5" class="control-label required" aria-required="true">Tag-5</label> <input class="form-control" placeholder="Tag-5" data-counter="150" name="tag5" type="text" id="Tag-5" value="{{old('tag5', isset($homeTitle) ? $homeTitle->tag5:'')}}"> </div> <div class="form-group"> <label for="Title-6" class="control-label required" aria-required="true">Title-6</label> <input class="form-control" placeholder="Title-6" data-counter="150" name="title6" type="text" id="Title-6" value="{{old('title6', isset($homeTitle) ? $homeTitle->title6:'')}}"> </div> <div class="form-group"> <label for="NewsLetter Title" class="control-label required" aria-required="true">NewsLetter Title</label> <input class="form-control" placeholder="News Letter Title" data-counter="150" name="newsletter_title" type="text" id="NewsLetter Title" value="{{old('newsletter_title', isset($homeTitle) ? $homeTitle->newsletter_title:'')}}"> </div> <div class="form-group"> <label for="NewsLetter Desc" class="control-label required" aria-required="true">NewsLetter Desc</label> <input class="form-control" placeholder="News Letter Desc" data-counter="200" name="newsletter_description" type="text" id="NewsLetter Desc" value="{{old('newsletter_description', isset($homeTitle) ? $homeTitle->newsletter_description:'')}}"> </div> <div class="form-group"> <label for="DemoLink" class="control-label" aria-required="true">Free Demo Link</label> <input class="form-control" placeholder="Demo Link" data-counter="150" name="demo_link" type="text" id="DemoLink" value="{{old('demo_link', isset($homeTitle) ? $homeTitle->demo_link:'')}}"> </div> <div class="form-group"> <label for="PlaystoreLink" class="control-label" aria-required="true">Playstore Link</label> <input class="form-control" placeholder="Playstore Link" data-counter="150" name="playstore_link" type="text" id="PlaystoreLink" value="{{old('playstore_link', isset($homeTitle) ? $homeTitle->playstore_link:'')}}"> </div> <div class="form-group"> <label for="ApplestoreLink" class="control-label" aria-required="true">Apple Store Link</label> <input class="form-control" placeholder="Apple Store Link" data-counter="150" name="applestore_link" type="text" id="ApplestoreLink" value="{{old('applestore_link', isset($homeTitle) ? $homeTitle->applestore_link:'')}}"> </div> <div class="form-group"> <div class="row"> <div class="col-md-6"> <label for="CryptoImage" class="control-label" aria-required="true">Crypto Image</label> <input class="form-control" name="crypto_image" type="file" accept="image/*" id="CryptoImage" onchange="showSelectedImage(this)"> </div> <div class="col-md-6"> <div class="col-md-6"> <img src="{{ isset($homeTitle->crypto_image) ? Storage::url($homeTitle->crypto_image) : asset('assets/default-page-banner.png') }}" id="CryptoIcon" alt="crypto_image" style="width: 10rem;"> </div> </div> </div> </div> <div class="form-group"> <label for="Product Feature-1" class="control-label required" aria-required="true">Product Feature-1</label> <input class="form-control" placeholder="Product Feature-1" data-counter="150" name="feature1" type="text" id="Product Feature-1" value="{{old('feature1', isset($homeTitle) ? $homeTitle->feature1:'')}}"> </div> <div class="form-group"> <label for="Product Feature-2" class="control-label required" aria-required="true">Product Feature-2</label> <input class="form-control" placeholder="Product Feature-2" data-counter="150" name="feature2" type="text" id="Product Feature-2" value="{{old('feature2', isset($homeTitle) ? $homeTitle->feature2:'')}}"> </div> <div class="form-group"> <label for="Product Feature-3" class="control-label required" aria-required="true">Product Feature-3</label> <input class="form-control" placeholder="Product Feature-3" data-counter="150" name="feature3" type="text" id="Product Feature-3" value="{{old('feature3', isset($homeTitle) ? $homeTitle->feature3:'')}}"> </div> <div class="form-group"> <label for="Product Feature-4" class="control-label required" aria-required="true">Product Feature-4</label> <input class="form-control" placeholder="Product Feature-4" data-counter="150" name="feature4" type="text" id="Product Feature-4" value="{{old('feature4', isset($homeTitle) ? $homeTitle->feature4:'')}}"> </div> <div class="form-group"> <label for="Product Feature-5" class="control-label required" aria-required="true">Product Feature-5</label> <input class="form-control" placeholder="Product Feature-5" data-counter="150" name="feature5" type="text" id="Product Feature-5" value="{{old('feature5', isset($homeTitle) ? $homeTitle->feature5:'')}}"> </div> <div class="form-group"> <label for="Product Feature-6" class="control-label required" aria-required="true">Product Feature-6</label> <input class="form-control" placeholder="Product Feature-6" data-counter="150" name="feature6" type="text" id="Product Feature-6" value="{{old('feature6', isset($homeTitle) ? $homeTitle->feature6:'')}}"> </div> </div> </div> </div> <div class="col-md-3 right-sidebar"> <div class="widget meta-boxes form-actions form-actions-default action-horizontal"> <div class="widget-title"> <h4> <span>Update</span> </h4> </div> <div class="widget-body"> <div class="btn-set"> <button type="submit" name="submit" value="save" class="btn btn-success"> <i class="fa fa-save"></i> Save Changes </button> <a href="{{ route('getHomeTitle') }}" class="btn btn-danger"> <i class="fa fa-ban"></i> Cancel </a> </div> </div> </div> </div> </div> </form> <script type="text/javascript"> function showSelectedImage(input) { if (input.files && input.files[0]) { var reader = new FileReader(); reader.onload = function (e) { $('#CryptoIcon').attr('src', e.target.result); } reader.readAsDataURL(input.files[0]); } } </script> @endsection
[+]
..
[-] enquiryList.blade.php
[edit]
[-] homeTitle.blade.php
[edit]
[+]
productBannerContent
[-] list.blade.php
[edit]