/home/techb158/ileadtechnology.com/resources/views/front
NameSizeModeActions
blog/-0755rm
certificate/-0755rm
coming_soon/-0755rm
error_page/-0755rm
help/-0755rm
purchase_history/-0755rm
quiz/-0755rm
user_profile/-0755rm
about.blade.php210240644editdlrm
batch_detail.blade.php104510644editdlrm
bbl_detail.blade.php59160644editdlrm
bundle_detail.blade.php205310644editdlrm
careers.blade.php150570644editdlrm
cart.blade.php160490644editdlrm
category.blade.php501240644editdlrm
checkout.blade.php498350644editdlrm
contact.blade.php58070644editdlrm
course_content.blade.php1045100644editdlrm
course_detail.blade.php1136730644editdlrm
instructor.blade.php117790644editdlrm
my_course.blade.php394250644editdlrm
search.blade.php95120644editdlrm
watchlist.blade.php77850644editdlrm
wishlist.blade.php113120644editdlrm
zoom_detail.blade.php31230644editdlrm
Edit: /home/techb158/ileadtechnology.com/resources/views/front/about.blade.php (21024B)
@extends('theme.master') @section('title', 'About Us') @section('content') @include('admin.message') @if($about['one_enable'] == 1)

{{ $about->one_heading }}

@endif @if($about['two_enable'] == 1)

{{ $about->two_heading }}

{{ $about->two_text }}

{{ $about->two_txtone }}

{{ $about->two_imagetext }}

{{ $about->two_txttwo }}

{{ $about->text_one }}

{{ $about->two_txtthree }}

{{ $about->text_two }}

{{ $about->two_txtfour }}

{{ $about->text_three }}

@endif @if($about['three_enable'] == 1)

{{ $about->three_heading }}

{{ $about->three_text }}

{{ $about->three_countone }}

{{ $about->three_txtone }}

{{ $about->three_counttwo }}

{{ $about->three_txttwo }}

{{ $about->three_countthree }}

{{ $about->three_txtthree }}

{{ $about->three_countfour }}

{{ $about->three_txtfour }}

{{ $about->three_countfive }}

{{ $about->three_txtfive }}

{{ $about->three_countsix }}

{{ $about->three_txtsix }}
@endif @if($about['four_enable'] == 1)
{{ $about->four_heading }}

{{ $about->four_text }}

{{ $about->four_heading }}

{{ $about->four_text }}

@endif @if($about['five_enable'] == 1)
{{ $about->five_heading }}

{{ str_limit($about->five_text, $limit = 200, $end = '...') }}

about-img
about-img
about-img
@endif @if($about['six_enable'] == 1)
  • Follow Us :
  • @if($about->four_btntext == !NULL)
  • @endif @if($about->five_btntext == !NULL)
  • @endif @if($about->linkedin == !NULL)
  • @endif @if($about->twitter == !NULL)
  • @endif
@endif @endsection