@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('account_name')) @endif
IBAN *
@if ($errors->has('iban')) @endif
المبلغ المحول *
@if ($errors->has('amount')) @endif
صورة التحويل
@if ($errors->has('img')) @endif
{{-- Data list view end --}} @endsection @section('vendor-script') @endsection