@extends('front.front_layouts.main') @section('content')

إتصل بنا

{{$setting->contact_us_bio}}

@include('front.front_component.alert')
@csrf
{{ $errors->first('name') }}
{{ $errors->first('phone') }}
{{ $errors->first('email') }}
{{ $errors->first('subject') }}
{{ $errors->first('message') }}
@push('script') @endpush @stop