@extends('layouts/contentLayoutMaster') @section('title', 'المستخدمين') @section('vendor-style') @endsection @section('content') تعديل بيانات المستخدم #{{$data->id}} @csrf اسم المستخدم * @if ($errors->has('name')) {{ $errors->first('name') }} @endif رقم التلفون* @if ($errors->has('phone')) {{ $errors->first('phone') }} @endif المحفظة* @if ($errors->has('wallet')) {{ $errors->first('wallet') }} @endif سبب الاضافة في المحفظة @if ($errors->has('reason')) {{ $errors->first('reason') }} @endif اضافة {{-- Data list view end --}} @endsection @section('vendor-script') @endsection