@extends("layouts.app") @section("page-title") {{__("Contact - Sahla-website")}} @endSection @section("page-nav-title") @endsection @section("content")
@foreach($follows as $follow) @endforeach

{{__('Our Address')}}

{{__('Iraq-Baghdad')}}

{{__('Email Us')}}

sahla.iqr@gmail.com

{{__('Call Us')}}

+964 772 526 3030

@if(Session::get('contactus_status')) @endif
@csrf
@endsection @section("scripts") @endsection