@extends('site.layout.master') @section('content')
الدفع
@csrf
@if ($errors->has('transfer_name')) {{ $errors->first('transfer_name') }} @endif
@if ($errors->has('transfer_number')) {{ $errors->first('transfer_number') }} @endif
@if ($errors->has('bank_id')) {{ $errors->first('bank_id') }} @endif
@if ($errors->has('transfer_iban')) {{ $errors->first('transfer_iban') }} @endif
@if ($errors->has('transfer_date')) {{ $errors->first('transfer_date') }} @endif
@if ($errors->has('transfer_image')) {{ $errors->first('transfer_image') }} @endif
@endsection