@extends('layouts.main') @section('title', 'Order Details') @section('content')

{{$order[0]->first_name}} {{$order[0]->last_name}}

{{ $order[0]->email}}

{{--
--}}
{{$order[0]->feedback}}

{{ __('Phone Number')}}
{{$order[0]->phone}}
{{ __('Payment Number')}}
{{$order[0]->payment_number}}
{{ __('Agent Sale')}} @if($order[0]->agent_sale==1)
Yes
@else
No
@endif {{ __('Created On')}}
{{$order[0]->order_date}}
{{--
--}} {{ __('Social Profile')}}
{{ __('Agency')}}

{{$order[0]->agency_name}} ({{$order[0]->location_name}})

{{ __('Route')}}

{{$order[0]->departure_city_name}} - {{$order[0]->arrival_city_name}}

{{ __('Departure date')}}

{{$order[0]->departure_date}}

{{ __('Departure Time')}}

{{$order[0]->departure_time}}


{{ __('Ticket Price')}}
{{$order[0]->ticket_price}}
{{ __('Payment Number')}}
{{$order[0]->payment_number}}
{{ __('Payment Method')}}
{{$order[0]->payment_method}}
{{ __('Status')}} @switch($order[0]->status) @case(1)
Paid
@break @case(0)
Pending
@break @case(-1)
Cancelled
@break @default @endswitch {{ __('# Tickets')}}
{{$order[0]->quantity}}
{{--

{{ __('Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt.Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim.')}}

{{ __('Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries')}}

{{ __('It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.')}}

{{ __('Skill Set')}}

--}} {{--
{{ __('Wordpress')}} 80%
50% Complete
{{ __('HTML 5')}} 90%
50% Complete
{{ __('jQuery')}} 50%
50% Complete
{{ __('Photoshop')}} 70%
50% Complete
--}}
@foreach($order as $order)
{{ __('Passenger')}}

{{$order->full_name}}

{{ __('Phone')}}

{{$order->phone}}

{{ __('Email')}}

{{$order->email}}

{{ __('Date Of Birth')}}

{{$order->dob}}

{{ __('Seat Location')}}
@switch($order->seat_location) @case(1)

Window

@break @case(2)

Middle

@break @case(3)

Corridor

@break @default

Not Selected

@endswitch

{{$order->seat_location}}

{{ __('ID Type')}}
@switch($order->id_type) @case(1)

National ID

@break @case(2)

Passport

@break @case(3)

Drivers License

@break @case(4)

Student ID

@break @default

Not Selected

@endswitch
{{ __('ID Number')}}

{{$order->id_number}}


@endforeach {{--

{{ __('Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt.Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim.')}}

{{ __('Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries')}}

{{ __('It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.')}}

{{ __('Skill Set')}}


{{ __('Wordpress')}} 80%
50% Complete
{{ __('HTML 5')}} 90%
50% Complete
{{ __('jQuery')}} 50%
50% Complete
{{ __('Photoshop')}} 70%
50% Complete
--}}
{{--
{{--
--}} {{--
--}}
@endsection