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

البنوك

إنشاء جديد

@csrf
@if ($errors->has('name_ar')) {{ $errors->first('name_ar') }} @endif
@if ($errors->has('name_en')) {{ $errors->first('name_en') }} @endif
{{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- @if ($errors->has('description_ar'))--}} {{-- {{ $errors->first('description_ar') }}--}} {{-- @endif--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- @if ($errors->has('description_en'))--}} {{-- {{ $errors->first('description_en') }}--}} {{-- @endif--}} {{--
--}} {{--
--}}
@if ($errors->has('account_number')) {{ $errors->first('account_number') }} @endif
@if ($errors->has('iban_number')) {{ $errors->first('iban_number') }} @endif
@if ($errors->has('image')) {{ $errors->first('image') }} @endif
@stop