@extends('admin.layout.master') @section('title', 'الحسابات البنكية') @section('content')

الحسابات البنكية

تعديل البيانات

@csrf @method('PATCH')
@if ($errors->has('name_ar')) {{ $errors->first('name_ar') }} @endif
@if ($errors->has('account_name')) {{ $errors->first('account_name') }} @endif
@if ($errors->has('number')) {{ $errors->first('number') }} @endif
@if ($errors->has('iban')) {{ $errors->first('iban') }} @endif

صورة البنك

@if ($errors->has('image')) {{ $errors->first('image') }} @endif
@stop