@extends('home') @section('title') @lang('site.site_name') @endsection @section('styles') {!! Html::style(Theme::current()->assetPath.'/pages/css/profile.min.css') !!} {!! Html::style(Theme::current()->assetPath.'/global/plugins/bootstrap-markdown/css/bootstrap-markdown.min.css') !!} {!! Html::style(Theme::current()->assetPath.'/global/plugins/bootstrap-fileinput/bootstrap-fileinput.css') !!} {!! Html::style(Theme::current()->assetPath.'/global/plugins/bootstrap-switch/css/bootstrap-switch.min.css') !!} {!! Html::style(theme_url('css/bootstrap-datepicker.min.css')) !!} @endsection @section('content')
|
|
||||||
{!! __('Invoice number') !!} | {!! __('Customer') !!} | {!! __('Sales') !!} | {!! __('Delivery') !!} | {!! __('Region') !!} | {!! __('Status') !!} | {!! __('Date') !!} | |
---|---|---|---|---|---|---|---|
{{ $loop->index + $orders->firstItem() }} | {!! $order->order_number !!} | {!! @$order->user->name !!} | {!! $order->price !!} {!! __('EGP') !!} | {!! $order->delivery !!} {!! __('EGP') !!} | {!! @$order->destination->title !!} | {!! __($order->status) !!} | {{ $order->created_at->format('Y/m/d - h:i') }} {{ __($order->created_at->format('a')) }} |