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

{{ __('email')}}
{{$ticket->email}}
{{ __('phone')}}
{{$ticket->phone}}
ID Type @switch($ticket->id_type) @case(1)
National ID Card
@break @case(2)
Passport
@break @case(3)
Driver's License
@break @case(4)
Student ID
@break @default @endswitch {{ __('ID Number')}}
{{$ticket->id_number}}
ID Issued Date
{{$ticket->id_issued_date}}
ID Issued Place
{{$ticket->id_issued_place}}
{{ __('Identification Document')}}
@if($ticket->id_image1) Front View @else Front View @endif @if($ticket->id_image1) Back View @else Back View @endif
Ordered By

{{$ticket->first_name}} {{$ticket->last_name}}

{{ __('Mobile')}}

{{$ticket->orderer_phone}}

{{ __('Email')}}

{{$ticket->orderer_email}}

Number of Tickets Bought

{{$ticket->ticket_quantity}}


Payment Method
{{$ticket->payment_method}}
Payment Number
{{$ticket->payment_number}}
Payment Date
{{$ticket->paid_on}}

{{ $ticket->details}}

{{ $ticket->feedback}}

{{--

{{ __('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
--}}
{{--

{{$ticket->agency_name}}

{{--

{{ $ticket->email}}

--}} {{-- --}} {{--
{{ __('Mobile')}}

{{$ticket->branch_phone}}

{{ __('City')}}

{{$ticket->agency_city}}

{{ __('Location')}}

{{$ticket->agency_location}}


Agency Address
{{$ticket->location_address}}
Payment Number
{{$ticket->payment_number}}
Payment Date
{{$ticket->paid_on}}

{{$ticket->location_description}}

{{ __('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.')}}

{{ __('Agency Services')}}


{{ __('Ticket Offers For this Branch')}}: {{$offers}}
50% Complete
{{ __('Routes For this branch')}}: {{$routes}}
50% Complete
{{ __('Agency Branches availble')}}: {{$branches}}
50% Complete
{{ __('Photoshop')}} 70%
50% Complete
--}}
@csrf
@if($ticket->agent_sale==1)
{{-- --}}
@endif
@endsection