@extends('web.layouts.main') @section('content') {{$title}} {{$title}} {{__('pages.about_title_1')}} {{__('pages.about_title_2')}} {!!$page->description??"" !!} @foreach($features as $value) {{$value->currentDescription->title ??""}} @endforeach {{__('pages.about_title_3')}} {{__('pages.about_title_4')}} {!!$page->brief??"" !!} {{__('pages.Our-philosophy')}} {{__('pages.message')}} {!!$page3->message??"" !!} {{__('pages.vision')}} {!!$page3->vision??"" !!} {{__('pages.value')}} {!!$page3->value??"" !!} {{__('pages.goal')}} {!!$page3->goal??"" !!} {{__('pages.ClientsProud')}} @foreach($clients as $value) {{$value->currentDescription->title ??""}} @endforeach @endsection