๐Ÿš€ Hostinger Optimized
๐Ÿ–ฅ๏ธ Server: LiteSpeed
๐Ÿ’ป System: Linux s20058.bom1.stableserver.net 5.14.0-611.55.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 19 15:19:29 EDT 2026 x86_64
๐Ÿ‘ค User: skhata (1324)
๐Ÿ˜ PHP: 8.4.20
๐Ÿšซ Disabled: โœจ NONE

๐Ÿ’ป Terminal

๐Ÿ“ /home/skhata/chandrasons.com/public
$

๐Ÿ“„ show.blade.php

๐Ÿ“ Path: /home/skhata/new.chandrapharma.com/resources/views/orders/show.blade.php
๐Ÿ“Š Size: 773 B
๐Ÿ”’ Perm: 0600
๐Ÿ“ MIME: text/html
<x-app-layout>
    <x-slot name="title">Order #{{ $order->order_number }}</x-slot>
    <div class="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 py-8">
        <div class="mb-6 flex items-center justify-between gap-3">
            <h1 class="text-2xl font-bold text-gray-900">Order #{{ $order->order_number }}</h1>
            <div class="flex items-center gap-2">
                <a href="{{ route('orders.invoice', $order->order_number) }}" target="_blank"
                   class="btn-secondary btn-sm">๐Ÿงพ Order Slip / Invoice</a>
                <a href="{{ route('orders.index') }}" class="btn-secondary btn-sm">โ† All Orders</a>
            </div>
        </div>
        @include('orders.tracking', ['order' => $order, 'standalone' => false])
    </div>
</x-app-layout>
โ† Back๐Ÿ“ฅ Rawโœ๏ธ Edit๐Ÿ”’ Chmod
โœจ File Manager Magic โœจ