@extends('layouts/contentNavbarLayout') @section('title', 'Billing - Billing Detail') @section('page-style') @endsection @section('content')
If you want to send a commission to {{ $referalUser->name }}, please click the button below. Ensure that the {{ $referalUser->name }} has met all the necessary requirements for receiving the commission.
@if ($payments->is_commission_given == false) @if (Auth::user()->role_id === 1) Agent commission: ${{ $payments->commission ?? '' }}