@extends('souq.layout.master') @section('title', 'الإدارة') @section('content')

الإدارة

تعديل البيانات

@csrf @method('PATCH')
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('mobile')) {{ $errors->first('mobile') }} @endif
يجب ان يحتوي الرقم علي 966
@if ($errors->has('city_id')) {{ $errors->first('city_id') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif

صورة

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