@extends('admin.layouts.master') @section('page-title') ادارة وسائل التواصل @endsection @section('header-title') ادارة وسائل التواصل @endsection @push('main-contacts-active') m-menu__item--active @endpush @section('content')

ادارة وسائل التواصل

@csrf @if ($errors->any()) @endif @if (session('Done')) @endif

1. التواصل المباشر

@if ($errors->has('cc_number')) {{ $errors->first('cc_number') }} @endif
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
@if ($errors->has('secondary_phone')) {{ $errors->first('secondary_phone') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif


2. البيو (Bio)

@if ($errors->has('bio')) {{ $errors->first('bio') }} @endif
@if ($errors->has('privacy_policy')) {{ $errors->first('privacy_policy') }} @endif


3. وسائل التواصل الاجتماعي

@if ($errors->has('website')) {{ $errors->first('website') }} @endif
@if ($errors->has('facebook')) {{ $errors->first('facebook') }} @endif
@if ($errors->has('youtube')) {{ $errors->first('youtube') }} @endif
@if ($errors->has('instagram')) {{ $errors->first('instagram') }} @endif
@if ($errors->has('twitter')) {{ $errors->first('twitter') }} @endif


4. العناوين

@if ($errors->has('addresses')) {{ $errors->first('addresses') }} @endif


@stop @push('page_level_style') @endpush