@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
@if ($errors->has('message')) {{ $errors->first('message') }} @endif
أو
@endsection @push('page_level_style') @endpush