@extends('admin.layout.master') @section('title', 'تعديل التحويل') @section('content')

تعديل التحويل

تأكيد التحويل

صورة التحويل البنكى

@csrf @method('PATCH')
@if ($errors->has('approved')) {{ $errors->first('approved') }} @endif
@if($row->user_id) @else هذا التحويل لم يتم ارساله ليس لة مستخدم محدد @if ($errors->has('approved')) {{ $errors->first('approved') }} @endif @endif
@stop @section('scripts') @stop