@extends('front.layout') @section('meta-description', !empty($seo) ? $seo->about_us_meta_description : '') @section('meta-keywords', !empty($seo) ? $seo->about_us_meta_keywords : '') @section('pagename') - {{ __('About Us') }} @endsection @section('breadcrumb-title') {{ __('About Us') }} @endsection @section('breadcrumb-link') {{ __('About Us') }} @endsection @section('content')
{{ $bs->intro_title }}

{{ $bs->intro_subtitle }}

{!! nl2br($bs->intro_text) !!}

@if ($bs->intro_section_button_url) {{ $bs->intro_section_button_text }} @endif @if ($bs->intro_section_video_url) @endif
@foreach ($features as $feature)
Icon
{{ $feature->title }}

{{ $feature->text }}

@endforeach
Shape Shape Shape

{{ $bs->work_process_title }}

@if ($processes->count() > 0) @foreach ($processes as $process)

{{ $process->title }}

{{ $process->text }}

@endforeach @else

{{ __('No Data Found!') }}

@endif
Shape Shape Shape

{{ $bs->testimonial_title }}

Image
@for ($i = 0; $i <= count($testimonials); $i = $i + 2) @if ($i < count($testimonials) - 1)

{{ $testimonials[$i]->comment }}

Person Image
{{ $testimonials[$i]->name }}
{{ $testimonials[$i]->rank }}

{{ $testimonials[$i + 1]->comment }}

Person Image
{{ $testimonials[$i + 1]->name }}
{{ $testimonials[$i + 1]->rank }}
@endif @endfor
Shape Shape Shape Shape
@endsection