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

البنوك

إنشاء جديد

@csrf
@if ($errors->has('bank_name')) {{ $errors->first('bank_name') }} @endif
@if ($errors->has('account_name')) {{ $errors->first('account_name') }} @endif
@if ($errors->has('account_number')) {{ $errors->first('account_number') }} @endif
@if ($errors->has('account_iban')) {{ $errors->first('account_iban') }} @endif

صورة

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