@extends('layouts.app') @section('title','Bill Pa. Success') @section('content') @php $isSuccess = in_array($payment->status, ['success','completed','approved']); $statusLabel = $isSuccess ? 'সফল হয়েছে' : 'অপেক্ষমান'; $statusColor = $isSuccess ? 'text-green-500' : 'text-orange-500'; @endphp
Bill Payment
{{-- details box --}}