...

يمكنكم طلب خدمة او الاستفسار من خلال
هذه الصفحه

@foreach ($branches as $branche)

@if ($branche->id == 1) المركز الرئيسي @endif {{$branche->name}}

العنوان

  • {{$branche->phone}}
  • {{$branche->email}}
  • {{$branche->location}}
@break @endforeach
@csrf
@foreach ($branches as $branche2) @if ($branche2->id > 1)

فرع مدينة {{$branche2->name}}

  • {{$branche2->phone}}
  • {{$branche2->email}}
  • {{$branche2->location}}
واتساب
@endif @endforeach