@extends('buyers_sellers.layout2.master') @section('title', 'Edit Profile') @section('content')

Service Request #{{ $id }} is in progress.

@if (Session::has('true')) @endif @if ($bal->points == 1)

Payment amount after applying Loyalty points is ${{ $bal->balance }}

@else

Your Payment is ${{ $bal->balance }}

@endif

Please upload your proof of payment or provide Payment reference

@csrf
@error('bank_slip')

{{ $message }}

@enderror
@endsection