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

الاعدادات

الاعدادات

@include('admin.layout.message')
@csrf @method('PATCH')
@if ($errors->has('mobile')) {{ $errors->first('mobile') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('fee')) {{ $errors->first('fee') }} @endif
@if ($errors->has('commission')) {{ $errors->first('commission') }} @endif
@if ($errors->has('max_wallet')) {{ $errors->first('max_wallet') }} @endif
@if ($errors->has('policy_ar')) {{ $errors->first('policy_ar') }} @endif
@if ($errors->has('policy_en')) {{ $errors->first('policy_en') }} @endif
@if ($errors->has('latest_version_android_app')) {{ $errors->first('latest_version_android_app') }} @endif
@if ($errors->has('application_price')) {{ $errors->first('application_price') }} @endif
@if ($errors->has('job_price')) {{ $errors->first('job_price') }} @endif
@stop