@extends('web.layouts.main') @section('content') {{__('main.company')}} {{__('main.tabweeb')}} {{__('main.technolgy')}} {{__('main.tabweeb_notes-1')}} {{__('main.contact_us')}} @foreach($Partners as $Partner) @foreach($Partner->photos as $photo) @endforeach @endforeach {{__('main.about_us')}} {{__('pages.about_title_1')}} {{__('pages.about_title_2')}} {{__('main.tabweeb_notes-1')}} {{__('main.tabweeb_notes-2')}} قراءة المزيد {{__('main.our_services')}} {{__('main.our_services_total')}} @foreach($services as $service) @foreach($service->descriptions as $description) {{ $description->name }} @endforeach قراءة المزيد @endforeach {{__('main.clients_opinion')}} اراء العملاء {{__('main.clients_opinion_said')}} ما يقوله عنا عملائنا @foreach($clients as $client) @foreach($client->currentDescription as $descriptionn) {{ trim(strip_tags($descriptionn->description)) }} {{ $descriptionn->title }} @endforeach @endforeach @endsection