@extends('admin.layout.master') @section('title', 'وسائل الإتصال') @section('content')

وسائل الإتصال

وسائل الإتصال

@include('admin.layout.message')
@csrf
@if ($errors->has('mobile')) {{ $errors->first('mobile') }} @endif
@if ($errors->has('whatsapp')) {{ $errors->first('whatsapp') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@stop