@extends('buyers_sellers.layout2.master') @section('title', 'Home') @section('content')
Payment for SR # {{$jobid}}
@if ($charges > 0)

You have @if($loyaltypoints){{$loyaltypoints}} @else 0 @endif loyalty points available with a cash value of @if($doller){{ $doller }} @else 0 @endif .
Tick the box below to apply this to your payment?

Please select your preferred payment method:

Please send payment of @if($currency){{$currency}}@endif $@if($charges){{$charges}}@endif to Bank of @if($adminBankDeatil) {{ $adminBankDeatil->bank_name }} @endif, Ac Number @if($adminBankDeatil) {{ $adminBankDeatil->account_number }} @endif, @if($adminBankDeatil) {{ $adminBankDeatil->town }} @endif Then log in again and provide your payment proof to complete your Service Request

{{-- @if ($applypoint > 0) --}}
{{-- --}}
{{-- @endif --}}
@endif @if ($charges == 0)
Would you like to proceed with this Request?
@csrf
@endif
@endsection @section('scripts') @endsection