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

العملاء

إنشاء جديد

@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('mobile')) {{ $errors->first('mobile') }} @endif
@if ($errors->has('wallet')) {{ $errors->first('wallet') }} @endif
@if ($errors->has('points')) {{ $errors->first('points') }} @endif

صورة

@if ($errors->has('image')) {{ $errors->first('image') }} @endif
الحالة
@if ($errors->has('status')) {{ $errors->first('status') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@stop