@extends('admin.layout') @section('title',$order->order_number) @section('content')
{{ $order->customer_name }}{{ $order->customer_email }}
₹{{ number_format($order->total,2) }}
{{ $order->payment_status }}