@extends('layouts.app') @section('content')
| Invoice Number | Created at | Status | Transfer from | Description | Action | 
|---|---|---|---|---|---|
|  #{{$order->order_number}} 
                             Created at: {{ \Carbon\Carbon::parse($order->created_at)->diffForHumans() }}  | 
                            {{$order->created_at}} | {!! $order->status == 2 ? '' . "Pending" . '' : '' . "Accepted" . ''!!} | {{$order->transfer_to}} | {{$order->description}} |