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