@extends('admin.layout.master') @section('title', 'البنوك') @section('content')

البنوك

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

@csrf @method('PATCH')
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('bank_name')) {{ $errors->first('bank_name') }} @endif
@if ($errors->has('bank_number')) {{ $errors->first('bank_number') }} @endif
@if ($errors->has('iban_number')) {{ $errors->first('iban_number') }} @endif

الصورة

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