@extends('layouts.site') @section('content') @php /**/ [ $name, $email, $phone, $whatsapp, $google_map_url, $addresss, $facebook, $instagram, $twitter, $youtube, $tiktok, ] = getGeneralSettings(); $lang = app()->getLocale(); $name = 'name_' . $lang; @endphp
{{ app()->getLocale() == 'ar' ? 'احصل على عرض أسعار' : ' Get a Quote' }}
@php $services = \App\Models\Service::where('is_active', 1)->get(); @endphp @if ($services && $services->count() > 0) @endif
@stop @section('scripts') @stop