@extends('theme.master') @section('title', 'About Us') @section('content') @include('admin.message') @if($about['one_enable'] == 1) {{ $about->one_heading }} {{ $gsetting->project_title }} Blog: {{ $about->one_text }} @endif @if($about['two_enable'] == 1) {{ $about->two_heading }} {{ $about->two_text }} {{ $about->two_txtone }} {{ $about->two_txttwo }} {{ $about->two_txtthree }} {{ $about->two_txtfour }} Collapsible Group Item A {{ $about->two_txtone }} {{ $about->two_imagetext }} Collapsible Group Item B {{ $about->two_txttwo }} {{ $about->text_one }} Collapsible Group Item C {{ $about->two_txtthree }} {{ $about->text_two }} Collapsible Group Item D {{ $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_txtone }} {{ $about->four_txttwo }} {{ $about->four_heading }} {{ $about->four_text }} @endif @if($about['five_enable'] == 1) {{ $about->five_heading }} {{ str_limit($about->five_text, $limit = 200, $end = '...') }} @endif @if($about['six_enable'] == 1) {{ $about->six_heading }} {{ $about->six_txtone }} {{ str_limit($about->six_deatilone, $limit = 100, $end = '...') }} {{ $about->six_txttwo }} {{ str_limit($about->six_deatiltwo, $limit = 100, $end = '...') }} {{ $about->six_txtthree }} {{ str_limit($about->six_deatilthree, $limit = 100, $end = '...') }} Follow Us : @endif @endsection
{{ $about->two_text }}
{{ $about->two_imagetext }}
{{ $about->text_one }}
{{ $about->text_two }}
{{ $about->text_three }}
{{ $about->three_text }}
{{ $about->four_text }}
{{ $about->four_txtone }}
{{ $about->four_txttwo }}
{{ str_limit($about->five_text, $limit = 200, $end = '...') }}
{{ str_limit($about->six_deatilone, $limit = 100, $end = '...') }}
{{ str_limit($about->six_deatiltwo, $limit = 100, $end = '...') }}
{{ str_limit($about->six_deatilthree, $limit = 100, $end = '...') }}