@extends('web.layouts.container') @section('css') @endsection @section('content')

{{$about->home_title_1 ?? ''}}

{!! stripText($about->home_description_1 ?? '') !!}

{{__('main.more_about_us')}}

{{-- نظام نقاط بيع وإدارة
متاجر سحابي--}} {{$about->home_title_2 ?? ''}}

{!! stripText($about->home_description_2) !!}

{{__('main.read_more')}}

{{__('features.title_1')}}

{{__('features.title_1')}}

@if(count($features)) @foreach($features as $feature)
{{$feature->title}}

{!! stripText($feature->description) !!}

@endforeach @endif
@if(count($photoGalleries))

{{__('main.why_marketzy')}}

@foreach($photoGalleries as $key => $photoGallery)

{{$galleryTitle[0]}}

{!! stripText($galleryDescription[0]) !!}

{{$galleryTitle[1]}}

{!! stripText($galleryDescription[1]) !!}

@endforeach
@endif @if(count($testimonials))

{{__('testimonials.customers_opinions')}}

{{__('testimonials.hint')}}

@foreach($testimonials as $testimonial)
{{$testimonial->name}}

{!! stripText($testimonial->description) !!}

@endforeach
@foreach($testimonials as $testimonial)

{{$testimonial->comment}}

@endforeach
@endif @if(count($partners))

{{__('partners.head')}}

{{__('partners.hint')}}

@foreach($partners as $partner)
@endforeach
@endif @endsection @section('inner_js') @endsection