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

الاعدادات

الاعدادات

@include('admin.layout.message')
@csrf @method('PATCH')
@if ($errors->has('about')) {{ $errors->first('about') }} @endif
@if ($errors->has('vision')) {{ $errors->first('vision') }} @endif
@if ($errors->has('message')) {{ $errors->first('message') }} @endif
@if ($errors->has('conditions')) {{ $errors->first('conditions') }} @endif
@if ($errors->has('app_percent')) {{ $errors->first('app_percent') }} @endif
@stop