@extends('layouts.admin.app') @section('content')
{{ $message }}
Mobile | Address | Status | Payment Method | Total | Action | |
---|---|---|---|---|---|---|
{{$order->user_email}} | {{$order->mobile}} | {{$order->address}} | @if ($order->status === 1) Approved @else Pending @endif | {{$order->payment_method}} | ${{$order->grand_total}} |