@include('site.controllers.header')

اشترك الان واحصل على كل مميزات وساطه ( {{$subscription->price}} ريال / شهريا)

يمكنك السداد عن طريق التحويل البنكى وارفاق صورة التحوبل

@foreach($banks as $bank)

{{$bank->bank_name}}

  • اسم الحساب : {{$bank->account_name}}
  • رقم الحساب : {{$bank->account_number}}
  • رقم الايبان : {{$bank->iban_number}}
@endforeach
{{csrf_field()}}
@if ($errors->has('bank_id')) {{ $errors->first('bank_id') }} @endif
{{--
--}} {{-- --}} {{--
--}} @if ($errors->has('image')) {{ $errors->first('image') }} @endif
@include('site.controllers.footer')