@extends('layouts.paymentLayout') @section('head') دفع الفاتورة في تطبيق @endsection @section('content') @if(setting('online_payment_commission') > 0)
يتم اضافه عمولة دفع الكتروني بمقدار {{setting('online_payment_commission')}} ٪ علي الفاتورة.
@endif @if(setting('hyperpay_mode') && setting('hyperpay_mode') == 'live') @else @endif @endsection