@extends('layouts.front.home') @section('title') AFAQ @endsection @section('css') @endsection @section('content')

Contact Information

We're here to help and answer any question you might have

+966554433203
info@afaqsa.com
الرياض - المملكة العربية السعودية
Team Meeting
@include('flash::message') @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{$error}}
  • @endforeach
@endif
@csrf
@endsection @section('script') @endsection