@extends('layouts.main-layout') @section('content-header')
| Operator | gb Amount | Price (рз│) | Actions |
|---|---|---|---|
| # | User | Offer | GB | Price | Mobile Number | Status | Time | Action |
|---|---|---|---|---|---|---|---|---|
| {{ $key + 1 }} | {{ $order->user->name ?? 'N/A' }} | {{ $order->offer->operator ?? 'N/A' }} | {{ $order->offer->mb_amount ?? '-' }} GB | ৳{{ $order->offer->price ?? '-' }} | {{ $order->mobile_number }} | @if ($order->status == 'pending') Pending @elseif ($order->status == 'approved') Approved @else Rejected @endif | @if ($order->status === 'pending') @else No Action @endif |