@extends('web.layouts.main') @section('content')
@foreach($banners as $banner) @foreach($banner->descriptions as $description3)

@php // Retrieve the keywords from the language files $keyword = __('home.tabweeb'); // Get the keyword for the current language // Define the replacement string with color $replacement = '' . $keyword . ''; // Perform the replacement in the description $description3->title = str_replace($keyword, $replacement, $description3->title); @endphp {!! $description3->title !!}

{!! $description3->description !!}
{{$description3->btn_name }}
@endforeach @endforeach
@foreach($Partners as $Partner) @foreach($Partner->photos as $photo)
@endforeach @endforeach
{{__('main.about_us')}}

{{__('pages.about_title_1')}} {{__('pages.about_title_2')}}

{{__('home.tabweeb_notes-1')}}
{{__('home.tabweeb_notes-2')}}
{{__('home.more')}}
@foreach($numbers as $number) @foreach($number->currentDescription as $description)

{{ $number->counter }}

{{ $description->title }}
@endforeach @endforeach
{{__('home.our_services')}}
{{__('home.our_services_total')}}
@foreach($services as $service)
@foreach($service->descriptions as $description)
{{ $description->name }}
@endforeach
{{__('home.more')}}
@endforeach
{{__('home.clients_opinion')}}
{{__('home.clients_opinion_said')}}
@endsection