@extends('front.layout') @section('meta-keywords', "$seo->about_meta_key") @section('meta-description', "$seo->about_meta_desc") @section('content')

{{ __('About') }}

@if($visibility->is_about_about == 1)
Image
{{ $sinfo->about_experince_yers }} - {{ __('Years Of Experience') }}

{{ $sinfo->about_title }}

{!! $sinfo->about_text !!}

@endif @if($visibility->is_about_about == 1)
@foreach ($features as $item)
{{ $item->title }}

{{ $item->text }}

@endforeach
@endif @if($visibility->is_about_w_w_a == 1)
{{ $sinfo->w_c_us_sub_title }}

{{ $sinfo->w_c_us_title }}

    @foreach ($why_selects as $item)
  • {{ $item->title }}

    {{ $item->text }}

  • @endforeach
@if($commonsetting->about_choose_us == 1)
Images
@endif
@endif @if($visibility->is_about_history == 1)

{{ $sinfo->our_history_title }}

{{ $sinfo->our_history_text }}

@foreach ($histories as $id=>$item) @if ($loop->iteration % 2 == 0)
history
{{ $item->date }} - {{ $item->position }}

{{ $item->title }}

{{ ++$id }}
@else
history
{{ $item->date }} - {{ $item->position }}

{{ $item->title }}

{{ ++$id }}
@endif @endforeach
@endif @endsection