@extends('layouts/contentLayoutMaster') @section('title', 'المستخدمين') @section('vendor-style') @endsection @section('content')

تعديل بيانات المستخدم #{{$data->id}}

@csrf
اسم المستخدم *
@if ($errors->has('name')) @endif
رقم التلفون*
@if ($errors->has('phone')) @endif
المحفظة*
@if ($errors->has('wallet')) @endif
سبب الاضافة في المحفظة
@if ($errors->has('reason')) @endif
{{-- Data list view end --}} @endsection @section('vendor-script') @endsection