@extends('layouts.app') @section('title') {{__('home.companies_requests')}} @endsection @section('content')
icon @lang('home.courses')

{{ trans('home.join_us_to_get_courses') }}

@if($lang=="ar") في مركز كن للتدريب، نقدم حلولاً تدريبية مصممة خصيصاً لتلبية احتياجات المؤسسات، بهدف تعزيز مهارات الموظفين، تحسين جودة الأداء، وزيادة الكفاءة والإنتاجية. نسعى لتمكين الشركات من تحقيق أفضل النتائج واستثمار مواردها في برامج تدريبية فعّالة تساهم في رفع مستوى العائد على الاستثمار. سجل بيانات شركتك الأن وسيقوم فريقنا المتخصص بالإجابة على جميع استفساراتك وتقديم الاستشارات اللازمة @else At Be Training Center, we provide training solutions specifically designed to meet the needs of organizations, with the aim of enhancing employee skills, improving performance quality, and increasing efficiency and productivity. We seek to enable companies to achieve the best results and invest their resources in effective training programs that contribute to raising the level of return on investment. Register your company data now and our specialized team will answer all your inquiries and provide the necessary consultations @endif

@csrf
@error('name') @enderror
@error('activity') @enderror
@error('responsible_name') @enderror
@error('responsible_job') @enderror
@error('phone') @enderror
@error('email') @enderror
{{--
@error('start_date') @enderror
--}}
@error('message') @enderror
{{--
--}}
@include("website.home-partials.partners")
@endsection @section('script') @endsection