@extends('admin.layout.master') @section('title', 'الاعدادات') @section('content')

الاعدادات

الاعدادات

@include('admin.layout.message')
@csrf @method('PATCH')
@if ($errors->has('terms_ar')) {{ $errors->first('terms_ar') }} @endif
@if ($errors->has('policy_ar')) {{ $errors->first('policy_ar') }} @endif
@if ($errors->has('banned_products_ar')) {{ $errors->first('banned_products_ar') }} @endif
@if ($errors->has('security_policies_ar')) {{ $errors->first('security_policies_ar') }} @endif
@if ($errors->has('common_questions_ar')) {{ $errors->first('common_questions_ar') }} @endif
@if ($errors->has('pledge_ar')) {{ $errors->first('pledge_ar') }} @endif
@if ($errors->has('police_ar')) {{ $errors->first('police_ar') }} @endif
@if ($errors->has('auction_des_ar')) {{ $errors->first('auction_des_ar') }} @endif
@if ($errors->has('auction_police_ar')) {{ $errors->first('auction_police_ar') }} @endif
@if ($errors->has('normal_auction_description_ar')) {{ $errors->first('normal_auction_description_ar') }} @endif
@if ($errors->has('direct_auction_description_ar')) {{ $errors->first('direct_auction_description_ar') }} @endif
@if ($errors->has('terms_en')) {{ $errors->first('terms_en') }} @endif
@if ($errors->has('policy_en')) {{ $errors->first('policy_en') }} @endif
@if ($errors->has('banned_products_en')) {{ $errors->first('banned_products_en') }} @endif
@if ($errors->has('security_policies_en')) {{ $errors->first('security_policies_en') }} @endif
@if ($errors->has('common_questions_en')) {{ $errors->first('common_questions_en') }} @endif
@if ($errors->has('pledge_en')) {{ $errors->first('pledge_en') }} @endif
@if ($errors->has('police_en')) {{ $errors->first('police_en') }} @endif
@if ($errors->has('auction_des_en')) {{ $errors->first('auction_des_en') }} @endif
@if ($errors->has('auction_police_en')) {{ $errors->first('auction_police_en') }} @endif
@if ($errors->has('normal_auction_description_en')) {{ $errors->first('normal_auction_description_en') }} @endif
@if ($errors->has('direct_auction_description_en')) {{ $errors->first('direct_auction_description_en') }} @endif
@if ($errors->has('haraj_commission')) {{ $errors->first('haraj_commission') }} @endif
@if ($errors->has('fb')) {{ $errors->first('fb') }} @endif
@if ($errors->has('twitter')) {{ $errors->first('twitter') }} @endif
@if ($errors->has('snap')) {{ $errors->first('snap') }} @endif
@if ($errors->has('telegram')) {{ $errors->first('telegram') }} @endif
@if ($errors->has('whatsapp')) {{ $errors->first('whatsapp') }} @endif
{{--
--}} {{-- --}} {{-- --}} {{-- @if ($errors->has('google'))--}} {{-- {{ $errors->first('google') }}--}} {{-- @endif--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- @if ($errors->has('instagram'))--}} {{-- {{ $errors->first('instagram') }}--}} {{-- @endif--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- @if ($errors->has('linkedin'))--}} {{-- {{ $errors->first('linkedin') }}--}} {{-- @endif--}} {{--
--}}

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