@extends('front.layout.master') @section('main_content') @php $setting = App\Models\Setting::where('id',1)->first(); @endphp

About Us

@if($welcome_item->status == 'Show')

{{ $welcome_item->heading }}

{!! $welcome_item->description !!} @if($welcome_item->button_text != '') @endif
@endif @if($about_item->feature_status == 'Show')
@foreach($features as $feature)

{{ $feature->heading }}

{!! $feature->description !!}

@endforeach
@endif @if($counter_item->status == 'Show')
{{ $counter_item->item1_number }}
{{ $counter_item->item1_text }}
{{ $counter_item->item2_number }}
{{ $counter_item->item2_text }}
{{ $counter_item->item3_number }}
{{ $counter_item->item3_text }}
{{ $counter_item->item4_number }}
{{ $counter_item->item4_text }}
@endif @endsection