@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('ios_link')) {{ $errors->first('ios_link') }} @endif
@if ($errors->has('android_link')) {{ $errors->first('android_link') }} @endif
@if ($errors->has('commercial_record')) {{ $errors->first('commercial_record') }} @endif
@if ($errors->has('tax_number')) {{ $errors->first('tax_number') }} @endif
@if ($errors->has('altaeahud_ar')) {{ $errors->first('altaeahud_ar') }} @endif
@if ($errors->has('altaeahud_en')) {{ $errors->first('altaeahud_en') }} @endif

صورة التطبيق

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