/
home
/
techb158
/
ileadtechnology.com
/
resources
/
views
/
admin
/
about
/
/home/techb158/ileadtechnology.com/resources/views/admin/about
mkdir
upload
Name
Size
Mode
Actions
edit.blade.php
28858
0644
edit
dl
rm
Edit:
/home/techb158/ileadtechnology.com/resources/views/admin/about/edit.blade.php
(28858B)
@extends('admin.layouts.master') @section('title', 'About - Admin') @section('body') <section class="content"> @include('admin.message') <div class="content"> <div class="row"> <div class="col-md-12"> <div class="box box-primary"> <div class="box-header with-border"> <h3 class="box-title">{{ __('adminstaticword.About') }}</h3> </div> <div class="panel-body"> <form action="{{ action('AboutController@update') }}" method="POST" enctype="multipart/form-data"> {{ csrf_field() }} {{ method_field('PUT') }} <div class="row"> <div class="col-md-12"> <label for="one_enable">Section One Header</label> <li class="tg-list-item"> <input name="one_enable" class="tgl tgl-skewed" id="sec_one1" type="checkbox" {{ $data['one_enable']==1 ? 'checked' : '' }}/> <label class="tgl-btn" data-tg-off="OFF" data-tg-on="ON" for="sec_one1"></label> </li> <br> <div class="row" style="{{ $data['one_enable']==1 ? '' : 'display:none' }}" id="sec_one"> <div class="col-md-6"> <label for="one_heading">Section One Heading:<sup class="redstar">*</sup></label> <input value="{{ $data['one_heading'] }}" autofocus name="one_heading" type="text" class="form-control" placeholder="Enter Heading"/> <br> <label for="one_text">Section One Text:<sup class="redstar">*</sup></label> <input value="{{ $data['one_text']}}" autofocus name="one_text" type="text" class="form-control" placeholder="Enter Heading"/> </div> <div class="col-md-6"> <label for="link_four">Section One link:<sup class="redstar">*</sup></label> <input value="{{ $data['link_four']}}" autofocus name="link_four" type="text" class="form-control" placeholder="Enter Heading"/> <br> <label for="one_image">Section One BackgroundImage:<sup class="redstar">*</sup></label> <input type="file" name="one_image" id="one_image"> <br> <img src="{{ url('/images/about/'.$data['one_image']) }}" class="img-responsive"/> </div> </div> </div> </div> <br> <br> <div class="row"> <div class="col-md-12"> <label for="two_enable">Section Two Instructor Profile</label> <li class="tg-list-item"> <input name="two_enable" class="tgl tgl-skewed" id="sec_two2" type="checkbox" {{ $data['two_enable']==1 ? 'checked' : '' }}/> <label class="tgl-btn" data-tg-off="OFF" data-tg-on="ON" for="sec_two2"></label> </li> <br> <div class="row" style="{{ $data['two_enable']==1 ? '' : 'display:none' }}" id="sec_two"> <div class="col-md-6"> <label for="two_heading">Section Two Heading:<sup class="redstar">*</sup></label> <input value="{{ $data['two_heading'] }}" autofocus name="two_heading" type="text" class="form-control" placeholder="Enter Heading"/> </div> <div class="col-md-6"> <label for="two_text">Section Two Text:<sup class="redstar">*</sup></label> <textarea name="two_text" rows="3" class="form-control" placeholder="Enter Your Text">{{ $data['two_text'] }}</textarea> <br> </div> <div class="col-md-6"> <label for="two_imageone">Section Two Instructor Image One:<sup class="redstar">*</sup></label> <input type="file" name="two_imageone" id="two_imageone"> <br> <img src="{{ url('/images/about/'.$data['two_imageone']) }}" class="img-responsive"/> </div> <div class="col-md-6"> <label for="two_imagetwo">Section Two Instructor Image Two:<sup class="redstar">*</sup></label> <input type="file" name="two_imagetwo" id="two_imagetwo" > <br> <img src="{{ url('/images/about/'.$data['two_imagetwo']) }}" class="img-responsive"/> <br> <br> </div> <div class="col-md-6"> <label for="two_imagethree">Section Two Instructor Image Three:<sup class="redstar">*</sup></label> <input type="file" name="two_imagethree" id="two_imagethree" > <br> <img src="{{ url('/images/about/'.$data['two_imagethree']) }}" class="img-responsive"/> </div> <div class="col-md-6"> <label for="two_imagefour">Section Two Instructor Image Four:<sup class="redstar">*</sup></label> <input type="file" name="two_imagefour" id="two_imagefour" > <br> <img src="{{ url('/images/about/'.$data['two_imagefour']) }}" class="img-responsive"/> <br> <br> </div> <div class="col-md-6"> <label for="two_txtone">Section Two Instructor text One:<sup class="redstar">*</sup></label> <input value="{{ $data['two_txtone'] }}" name="two_txtone" type="text" class="form-control" placeholder="Enter Text"/> </div> <div class="col-md-6"> <label for="two_txttwo">Section Two Instructor text Two:<sup class="redstar">*</sup></label> <input value="{{ $data['two_txttwo'] }}" name="two_txttwo" type="text" class="form-control" placeholder="Enter Text"/> <br> </div> <div class="col-md-6"> <label for="two_txtthree">Section Two Instructor text Three:<sup class="redstar">*</sup></label> <input value="{{ $data['two_txtthree'] }}" name="two_txtthree" type="text" class="form-control" placeholder="Enter Text" /> </div> <div class="col-md-6"> <label for="two_txtfour">Section Two Instructor text Four:<sup class="redstar">*</sup></label> <input value="{{ $data['two_txtfour'] }}" name="two_txtfour" type="text" class="form-control" placeholder="Enter Text"/> <br> </div> <div class="col-md-6"> <label for="two_imagetext">Section Two Image One Detail:<sup class="redstar">*</sup></label> <textarea name="two_imagetext" rows="3" class="form-control" placeholder="Enter Your Text">{{ $data['two_imagetext'] }}</textarea> <br> </div> <div class="col-md-6"> <label for="text_one">Section Two Image Two Detail:<sup class="redstar">*</sup></label> <textarea name="text_one" rows="3" class="form-control" placeholder="Enter Your Text">{{ $data['text_one'] }}</textarea> <br> </div> <div class="col-md-6"> <label for="text_two">Section Two Image Three Detail:<sup class="redstar">*</sup></label> <textarea name="text_two" rows="3" class="form-control" placeholder="Enter Your Text">{{ $data['text_two'] }}</textarea> <br> </div> <div class="col-md-6"> <label for="text_three">Section Two Image Four Detail:<sup class="redstar">*</sup></label> <textarea name="text_three" rows="3" class="form-control" placeholder="Enter Your Text">{{ $data['text_three'] }}</textarea> <br> </div> </div> </div> </div> <br> <br> <div class="row"> <div class="col-md-12"> <label for="three_enable">Section Three</label> <li class="tg-list-item"> <input name="three_enable" class="tgl tgl-skewed" id="sec_three3" type="checkbox" {{ $data['three_enable']==1 ? 'checked' : '' }}/> <label class="tgl-btn" data-tg-off="OFF" data-tg-on="ON" for="sec_three3"></label> </li> <br> <div class="row" style="{{ $data['three_enable']==1 ? '' : 'display:none' }}" id="sec_three"> <div class="col-md-6"> <label for="three_heading">Section Three Heading:<sup class="redstar">*</sup></label> <input value="{{ $data['three_heading'] }}" autofocus name="three_heading" type="text" class="form-control" placeholder="Enter Heading"/> </div> <div class="col-md-6"> <label for="three_text">Section Three Text:<sup class="redstar">*</sup></label> <textarea name="three_text" rows="3" class="form-control" placeholder="Enter Your Text">{{ $data['three_text'] }}</textarea> <br> </div> <div class="col-md-4"> <label for="three_countone">Section Three Counter One:<sup class="redstar">*</sup></label> <input value="{{ $data['three_countone'] }}" name="three_countone" type="text" class="form-control" placeholder="Enter Count"/> </div> <div class="col-md-4"> <label for="three_counttwo">Section Three Counter Two:<sup class="redstar">*</sup></label> <input value="{{ $data['three_counttwo'] }}" name="three_counttwo" type="text" class="form-control" placeholder="Enter Count"/> </div> <div class="col-md-4"> <label for="three_countthree">Section Three Counter Three:<sup class="redstar">*</sup></label> <input value="{{ $data['three_countthree'] }}" name="three_countthree" type="text" class="form-control" placeholder="Enter Count" /> <br> </div> <div class="col-md-4"> <label for="three_countfour">Section Three Counter Four:<sup class="redstar">*</sup></label> <input value="{{ $data['three_countfour'] }}" name="three_countfour" type="text" class="form-control" placeholder="Enter Count" /> </div> <div class="col-md-4"> <label for="three_countfive">Section Three Counter Five:<sup class="redstar">*</sup></label> <input value="{{ $data['three_countfive'] }}" name="three_countfive" type="text" class="form-control" placeholder="Enter Count" /> </div> <div class="col-md-4"> <label for="three_countsix">Section Three Counter Six:<sup class="redstar">*</sup></label> <input value="{{ $data['three_countsix'] }}" name="three_countsix" type="text" class="form-control" placeholder="Enter Count" /> <br> </div> <div class="col-md-4"> <label for="three_txtone">Section Three text One:<sup class="redstar">*</sup></label> <input value="{{ $data['three_txtone'] }}" name="three_txtone" type="text" class="form-control" placeholder="Enter Text" /> </div> <div class="col-md-4"> <label for="three_txttwo">Section Three text Two:<sup class="redstar">*</sup></label> <input value="{{ $data['three_txttwo'] }}" name="three_txttwo" type="text" class="form-control" placeholder="Enter Count Text" /> </div> <div class="col-md-4"> <label for="three_txtthree">Section Three text Three:<sup class="redstar">*</sup></label> <input value="{{ $data['three_txtthree'] }}" name="three_txtthree" type="text" class="form-control" placeholder="Enter Count Text"/> <br> </div> <div class="col-md-4"> <label for="three_txtfour">Section Three text Four:<sup class="redstar">*</sup></label> <input value="{{ $data['three_txtfour'] }}" name="three_txtfour" type="text" class="form-control" placeholder="Enter Count Text"/> </div> <div class="col-md-4"> <label for="three_txtfive">Section Three text Five:<sup class="redstar">*</sup></label> <input value="{{ $data['three_txtfive'] }}" name="three_txtfive" type="text" class="form-control" placeholder="Enter Count Text"/> </div> <div class="col-md-4"> <label for="three_txtsix">Section Three text Six:<sup class="redstar">*</sup></label> <input value="{{ $data['three_txtsix'] }}" name="three_txtsix" type="text" class="form-control" placeholder="Enter Count Text"/> </div> </div> </div> </div> <br> <br> <div class="row"> <div class="col-md-12"> <label for="four_enable">Section Four</label> <li class="tg-list-item"> <input name="four_enable" class="tgl tgl-skewed" id="sec_four4" type="checkbox" {{ $data['four_enable']==1 ? 'checked' : '' }}/> <label class="tgl-btn" data-tg-off="OFF" data-tg-on="ON" for="sec_four4" ></label> </li> <br> <div class="row" style="{{ $data['four_enable']==1 ? '' : 'display:none' }}" id="sec_four"> <div class="col-md-6"> <label for="four_heading">Section Four Heading:<sup class="redstar">*</sup></label> <input value="{{ $data['four_heading'] }}" autofocus name="four_heading" type="text" class="form-control" placeholder="Enter Heading"/> </div> {{-- <div class="col-md-6"> <label for="four_btntext">Section Four Button Text:<sup class="redstar">*</sup></label> <input value="{{ $data['four_btntext'] }}" autofocus name="four_btntext" type="text" class="form-control" placeholder="Enter Heading"/> <br> </div> --}} <div class="col-md-12"> <label for="four_text">Section Four Text:<sup class="redstar">*</sup></label> <textarea name="four_text" rows="3" class="form-control" placeholder="Enter Your Text">{{ $data['four_text'] }}</textarea> <br> </div> <div class="col-md-4"> <label for="four_imageone">Section Four Image One:<sup class="redstar">*</sup></label> <input type="file" name="four_imageone" id="four_imageone" > <br> <img src="{{ url('/images/about/'.$data['four_imageone']) }}" class="img-responsive"/> </div> <div class="col-md-5"> <label for="four_imagetwo">Section Four Image Two:<sup class="redstar">*</sup></label> <input type="file" name="four_imagetwo" id="four_imagetwo" > <br> <img src="{{ url('/images/about/'.$data['four_imagetwo']) }}" class="img-responsive"/> <br> <br> </div> <div class="col-md-4"> <label for="four_txtone">Section Four Image Text One:<sup class="redstar">*</sup></label> <input value="{{ $data['four_txtone'] }}" name="four_txtone" type="text" class="form-control" placeholder="Enter Heading"/> </div> <div class="col-md-4"> <label for="four_txttwo">Section Four Image Text Two:<sup class="redstar">*</sup></label> <input value="{{ $data['four_txttwo'] }}" name="four_txttwo" type="text" class="form-control" placeholder="Enter Heading"/> <br> </div> <div class="col-md-4 display-none"> <label for="four_icon">Section Four Icon:<sup class="redstar">*</sup></label> <input value="1"name="four_icon" type="text" class="form-control" placeholder="Enter Heading"/> </div> </div> </div> </div> <br> <br> <div class="row"> <div class="col-md-12"> <label for="five_enable">Section Five</label> <li class="tg-list-item"> <input name="five_enable" class="tgl tgl-skewed" id="sec_five5" type="checkbox" {{ $data['five_enable']==1 ? 'checked' : '' }}/> <label class="tgl-btn" data-tg-off="OFF" data-tg-on="ON" for="sec_five5"></label> </li> <br> <div class="row" style="{{ $data['five_enable']==1 ? '' : 'display:none' }}" id="sec_five"> <div class="col-md-6"> <label for="five_heading">Section Five Heading:<sup class="redstar">*</sup></label> <input value="{{ $data['five_heading'] }}" autofocus name="five_heading" type="text" class="form-control" placeholder="Enter Heading"/> </div> <div class="col-md-12"> <label for="five_text">Section Five Text:<sup class="redstar">*</sup></label> <textarea name="five_text" rows="5" class="form-control" placeholder="Enter Your Text">{{ $data['five_text'] }}</textarea> <br> </div> <div class="col-md-4"> <label for="five_imageone">Section Five Image One:<sup class="redstar">*</sup></label> <input type="file" name="five_imageone" id="five_imageone"> <br> <img src="{{ url('/images/about/'.$data['five_imageone']) }}" class="img-responsive"/> </div> <div class="col-md-4"> <label for="five_imagetwo">Section Five Image Two:<sup class="redstar">*</sup></label> <input type="file" name="five_imagetwo" id="five_imagetwo"> <br> <img src="{{ url('/images/about/'.$data['five_imagetwo']) }}" class="img-responsive"/> </div> <div class="col-md-4"> <label for="five_imagethree">Section Five Image Three:<sup class="redstar">*</sup></label> <input type="file" name="five_imagethree" id="five_imagethree"> <br> <img src="{{ url('/images/about/'.$data['five_imagethree']) }}" class="img-responsive"/> </div> </div> </div> </div> <br> <br> <div class="row"> <div class="col-md-12"> <label for="six_enable">Section Six</label> <li class="tg-list-item"> <input name="six_enable" class="tgl tgl-skewed" id="sec_six6" type="checkbox" {{ $data['six_enable']==1 ? 'checked' : '' }}/> <label class="tgl-btn" data-tg-off="OFF" data-tg-on="ON" for="sec_six6"></label> </li> <br> <div class="row" style="{{ $data['six_enable']==1 ? '' : 'display:none' }}" id="sec_six"> <div class="col-md-12"> <label for="six_heading">Section Six Heading:<sup class="redstar">*</sup></label> <input value="{{ $data['six_heading'] }}" name="six_heading" type="text" class="form-control" placeholder="Enter Heading"/> <br> </div> <div class="col-md-4"> <label for="six_txtone">Section Six Text One:<sup class="redstar">*</sup></label> <input value="{{ $data['six_txtone'] }}" name="six_txtone" type="text" class="form-control" placeholder="Enter Text"/> </div> <div class="col-md-4"> <label for="six_txttwo">Section Six Text Two:<sup class="redstar">*</sup></label> <input value="{{ $data['six_txttwo'] }}" name="six_txttwo" type="text" class="form-control" placeholder="Enter Text"/> </div> <div class="col-md-4"> <label for="six_txtthree">Section Six Text Three:<sup class="redstar">*</sup></label> <input value="{{ $data['six_txtthree'] }}" name="six_txtthree" type="text" class="form-control" placeholder="Enter Text"/> <br> </div> <div class="col-md-4"> <label for="six_deatilone">Section Six Detail:<sup class="redstar">*</sup></label> <textarea name="six_deatilone" rows="5" class="form-control" placeholder="Enter Your Text">{{ $data['six_deatilone'] }}</textarea> </div> <div class="col-md-4"> <label for="six_deatiltwo">Section Six Detail:<sup class="redstar">*</sup></label> <textarea name="six_deatiltwo" rows="5" class="form-control" placeholder="Enter Your Text">{{ $data['six_deatiltwo'] }}</textarea> </div> <div class="col-md-4"> <label for="six_deatilthree">Section Six Detail:<sup class="redstar">*</sup></label> <textarea name="six_deatilthree" rows="5" class="form-control" placeholder="Enter Your Text" >{{ $data['six_deatilthree'] }}</textarea> <br> </div> <div class="col-md-4"> <label for="link_one">Section Six Link:<sup class="redstar">*</sup></label> <input value="{{ $data['link_one'] }}" name="link_one" type="text" class="form-control" placeholder="Enter Link"/> </div> <div class="col-md-4"> <label for="link_two">Section Six Link:<sup class="redstar">*</sup></label> <input value="{{ $data['link_two'] }}" name="link_two" type="text" class="form-control" placeholder="Enter Link"/> </div> <div class="col-md-4"> <label for="link_three">Section Six Link:<sup class="redstar">*</sup></label> <input value="{{ $data['link_three'] }}" name="link_three" type="text" class="form-control" placeholder="Enter Link"/> <br> </div> <div class="col-md-6"> <label for="four_btntext">Section Six facebook link:<sup class="redstar">*</sup></label> <input value="{{ $data['four_btntext'] }}" autofocus name="four_btntext" type="text" class="form-control" placeholder="Enter link"/> </div> <div class="col-md-6"> <label for="five_btntext">Section Six Instagram link:<sup class="redstar">*</sup></label> <input value="{{ $data['five_btntext'] }}" autofocus name="five_btntext" type="text" class="form-control" placeholder="Enter link"/> <br> </div> <div class="col-md-6"> <label for="linkedin">Section Six Linkedin link:<sup class="redstar">*</sup></label> <input value="{{ $data['linkedin'] }}" autofocus name="linkedin" type="text" class="form-control" placeholder="Enter link"/> </div> <div class="col-md-6"> <label for="twitter">Section Six Twitter link:<sup class="redstar">*</sup></label> <input value="{{ $data['twitter'] }}" autofocus name="twitter" type="text" class="form-control" placeholder="Enter link"/> <br> </div> </div> <br> </div> </div> <br> <br> <button value="" type="submit" class="btn btn-lg col-md-4 btn-primary">Save</button> </form> </div> </div> </div> </div> </div> </section> @endsection @section('script') <script> (function($) { "use strict"; $(function(){ $('#sec_one1').change(function(){ if($('#sec_one1').is(':checked')){ $('#sec_one').show('fast'); }else{ $('#sec_one').hide('fast'); } }); $('#sec_two2').change(function(){ if($('#sec_two2').is(':checked')){ $('#sec_two').show('fast'); }else{ $('#sec_two').hide('fast'); } }); $('#sec_three3').change(function(){ if($('#sec_three3').is(':checked')){ $('#sec_three').show('fast'); }else{ $('#sec_three').hide('fast'); } }); $('#sec_four4').change(function(){ if($('#sec_four4').is(':checked')){ $('#sec_four').show('fast'); }else{ $('#sec_four').hide('fast'); } }); $('#sec_five5').change(function(){ if($('#sec_five5').is(':checked')){ $('#sec_five').show('fast'); }else{ $('#sec_five').hide('fast'); } }); $('#sec_six6').change(function(){ if($('#sec_six6').is(':checked')){ $('#sec_six').show('fast'); }else{ $('#sec_six').hide('fast'); } }); }); })(jQuery); </script> @endsection
Save
@extends('admin.layouts.master') @section('title', 'About - Admin') @section('body')
@include('admin.message')
{{ __('adminstaticword.About') }}
{{ csrf_field() }} {{ method_field('PUT') }}
Section One Header
Section One Heading:
*
Section One Text:
*
Section One link:
*
Section One BackgroundImage:
*
Section Two Instructor Profile
Section Two Heading:
*
Section Two Text:
*
{{ $data['two_text'] }}
Section Two Instructor Image One:
*
Section Two Instructor Image Two:
*
Section Two Instructor Image Three:
*
Section Two Instructor Image Four:
*
Section Two Instructor text One:
*
Section Two Instructor text Two:
*
Section Two Instructor text Three:
*
Section Two Instructor text Four:
*
Section Two Image One Detail:
*
{{ $data['two_imagetext'] }}
Section Two Image Two Detail:
*
{{ $data['text_one'] }}
Section Two Image Three Detail:
*
{{ $data['text_two'] }}
Section Two Image Four Detail:
*
{{ $data['text_three'] }}
Section Three
Section Three Heading:
*
Section Three Text:
*
{{ $data['three_text'] }}
Section Three Counter One:
*
Section Three Counter Two:
*
Section Three Counter Three:
*
Section Three Counter Four:
*
Section Three Counter Five:
*
Section Three Counter Six:
*
Section Three text One:
*
Section Three text Two:
*
Section Three text Three:
*
Section Three text Four:
*
Section Three text Five:
*
Section Three text Six:
*
Section Four
Section Four Heading:
*
{{--
Section Four Button Text:
*
--}}
Section Four Text:
*
{{ $data['four_text'] }}
Section Four Image One:
*
Section Four Image Two:
*
Section Four Image Text One:
*
Section Four Image Text Two:
*
Section Four Icon:
*
Section Five
Section Five Heading:
*
Section Five Text:
*
{{ $data['five_text'] }}
Section Five Image One:
*
Section Five Image Two:
*
Section Five Image Three:
*
Section Six
Section Six Heading:
*
Section Six Text One:
*
Section Six Text Two:
*
Section Six Text Three:
*
Section Six Detail:
*
{{ $data['six_deatilone'] }}
Section Six Detail:
*
{{ $data['six_deatiltwo'] }}
Section Six Detail:
*
{{ $data['six_deatilthree'] }}
Section Six Link:
*
Section Six Link:
*
Section Six Link:
*
Section Six facebook link:
*
Section Six Instagram link:
*
Section Six Linkedin link:
*
Section Six Twitter link:
*
Save
@endsection @section('script') @endsection