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

تعديل البنك

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

@csrf @method('PATCH')
@if ($errors->has('bank_name_ar')) {{ $errors->first('bank_name_ar') }} @endif
@if ($errors->has('bank_name_en')) {{ $errors->first('bank_name_en') }} @endif
@if ($errors->has('account_name')) {{ $errors->first('account_name') }} @endif
@if ($errors->has('account_number')) {{ $errors->first('account_number') }} @endif
@if ($errors->has('iban_number')) {{ $errors->first('iban_number') }} @endif
@if ($errors->has('status')) {{ $errors->first('status') }} @endif

صورة البنك

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