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

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

@csrf @method('PATCH')
@if ($errors->has('description')) {{ $errors->first('description') }} @endif

الصورة

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