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

الاعدادات

الاعدادات

@include('admin.layout.message')
@csrf @method('PATCH')
@if ($errors->has('site_name_ar')) {{ $errors->first('site_name_ar') }} @endif
@if ($errors->has('site_name_en')) {{ $errors->first('site_name_en') }} @endif
@if ($errors->has('address_ar')) {{ $errors->first('address_ar') }} @endif
@if ($errors->has('address_en')) {{ $errors->first('address_en') }} @endif
@if ($errors->has('ios_link')) {{ $errors->first('ios_link') }} @endif
@if ($errors->has('android_link')) {{ $errors->first('android_link') }} @endif
@if ($errors->has('commission')) {{ $errors->first('commission') }} @endif
@if ($errors->has('commercial_record')) {{ $errors->first('commercial_record') }} @endif
@if ($errors->has('tax_number')) {{ $errors->first('tax_number') }} @endif
@if ($errors->has('year_subscription')) {{ $errors->first('year_subscription') }} @endif
@if ($errors->has('category_id')) {{ $errors->first('category_id') }} @endif
@if ($errors->has('discount_system_ar')) {{ $errors->first('discount_system_ar') }} @endif
@if ($errors->has('discount_system_en')) {{ $errors->first('discount_system_en') }} @endif
@if ($errors->has('commission_system_ar')) {{ $errors->first('commission_system_ar') }} @endif
@if ($errors->has('commission_system_en')) {{ $errors->first('commission_system_en') }} @endif

صورة الموقع

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