@extends('website.layouts.master') @section('site_title')اتصل بنا -@endsection @section('content') اتصل بنا @auth @include('website.includes.user_menu') @endauth أترك رسالة و سيتم التواصل معك فور الأستلام @csrf الإسم @if ($errors->has('name')) {{ $errors->first('name') }} @endif الهاتف @if ($errors->has('phone')) {{ $errors->first('phone') }} @endif عنوان الرسالة @if ($errors->has('title')) {{ $errors->first('title') }} @endif نص الرسالة {{ old('message') }} @if ($errors->has('message')) {{ $errors->first('message') }} @endif إرسال أو راسلنا عبر واتس أب @endsection @push('page_level_style') @endpush