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