@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)

{{ $about->six_heading }}

@endif @endsection