@extends('layouts.app', [ 'title' => __('User Management'), 'parentSection' => 'laravel', 'elementName' => 'user-management' ]) @section('title', 'Trechos do Voo |') @section('content') @component('layouts.headers.auth') @component('layouts.headers.breadcrumbs') @slot('title') Trechos do Voo @endslot @endcomponent @endcomponent

Trechos do Voo

Abaixo você encontra a lista de trechos vinculados ao produto {{ $sale_product->product }} da venda {{ $sale_product->sale_id }}.

@include('alerts.success') @include('alerts.errors')
@foreach ($flight_legs as $flight) @endforeach
ID Partida Chegada De onde Para Onde Ações
#{{$flight->id }} {{ date('d/m/Y H:m', strtotime($flight->start_datetime)) }} {{ date('d/m/Y H:m', strtotime($flight->end_datetime)) }} {{ $airports->where('id', '=', $flight->pickup_local)->first()->iata_code . " | " . $airports->where('id', '=', $flight->pickup_local)->first()->name }} {{ $airports->where('id', '=', $flight->dropoff_local)->first()->iata_code . " | " . $airports->where('id', '=', $flight->dropoff_local)->first()->name }}
@include('layouts.footers.auth')
@endsection @push('css') @endpush @push('css') @endpush @push('js') @endpush