{{$order->restaurantName}}
{{$order->total}} Lekë
Porosia është {{$order->status == 'REJECTED' ? 'refuzuar' : ($order->status == 'PENDING' ? 'rrugës' : 'dërguar')}}
{{getLocalizedDate($order->date)}}
@extends('layouts.app') @section('title')
{{$order->total}} Lekë
Porosia është {{$order->status == 'REJECTED' ? 'refuzuar' : ($order->status == 'PENDING' ? 'rrugës' : 'dërguar')}}
{{getLocalizedDate($order->date)}}