@extends('site.layout.master') @section('content')
مرحبا بك في المتجر

{{$setting->about_us_title}}

{!! $setting->about_us_description !!}

{{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- فريق كبير من المحترفين--}} {{--
--}} {{--
--}} {{-- --}} {{-- دعم كامل عالى مدار اليوم--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- فريق كبير من المحترفين--}} {{--
--}} {{--
--}} {{-- --}} {{-- دعم كامل عالى مدار اليوم--}} {{--
--}} {{--
--}} {{--
--}}
الأقسام
{{--

هذا النص هو مثال لنص يمكن أن يستبدل في نفس المساحة، لقد تم توليد هذا النص--}} {{--
--}} {{-- من مولد النص العربى

--}}
  • الكل
  • @foreach($categories as $category)
  • {{$category->title}}
  • @endforeach
@foreach($categories as $category) @foreach($category->products()->take(3)->get() as $row)
@include('site.products.product_box')
@endforeach @endforeach
@foreach($offers as $offer)
{{--
--}} {{-- احصل على خصم 50 نقطة--}} {{--
تشكيلة جديدة
--}} {{-- تسوق الأن--}} {{--
--}}
@endforeach
منتجات مجانية
{{--

هذا النص هو مثال لنص يمكن أن يستبدل في نفس المساحة، لقد تم توليد هذا النص--}} {{--
--}} {{-- من مولد النص العربى

--}}
@foreach($point_products as $row)
@include('site.products.point_product_box')
@endforeach
تواصل معنا
{{--

هذا النص هو مثال لنص يمكن أن يستبدل في نفس المساحة، لقد تم توليد هذا النص

--}}
{{$setting->email}}
{{$setting->mobile}}
{{$setting->whatsapp}}
@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('mobile')) {{ $errors->first('mobile') }} @endif
@if ($errors->has('subject')) {{ $errors->first('subject') }} @endif
@if ($errors->has('message')) {{ $errors->first('message') }} @endif
@endsection