@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")

{{__("Order Details Page")}}

{{__("Order Details Page")}}

@endsection @section("css-links") getLocale() . "/pages/orders.css")}}"> @endsection @section("content")
@csrf {{__("Export As Excel")}}
@foreach($orders as $order) @endforeach
#{{__("ID")}} {{__("User")}} {{__("Date")}} {{__("Time")}} {{__("Location")}} {{__("Status")}} {{__("Payment Method")}} {{__("Activation")}} {{__("Created at")}} {{__("Control")}}
{{$order->id}} {{$order->user->full_name}} {{$order->order_day}} {{date("H:i A", strtotime($order->order_time_from))}} - {{date("H:i A", strtotime($order->order_time_to))}} {{$order->order_location_name}} status == "-1") yellow @else green @endif">{{$order->getStatusText()}} {{$order->paymentMethod->name}} {{$order->getActivationText()}} {{$order->created_at->diffForHumans()}} $order->id])}}" class="btn btn-primary">{{__("Details")}}
@endsection @section("scripts") @endsection {{--@extends("layouts.admin.app")--}} {{--@section("page-title")--}} {{-- {{__("Dashboard")}}--}} {{--@endSection--}} {{--@section("page-nav-title")--}} {{--
--}} {{--
--}} {{--

{{__("Orders")}}

--}} {{--

{{__("All Orders")}}

--}} {{--
--}} {{-- --}} {{--
--}} {{--@endsection--}} {{--@section("css-links")--}} {{-- getLocale() . "/pages/orders.css")}}">--}} {{-- --}} {{--@endsection--}} {{--@section("content")--}} {{----}} {{--@section("scripts")--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{--@endsection--}}