@extends('layouts.app', [ 'navClass' => 'navbar-light bg-secondary', 'searchClass' => 'navbar-search-dark', 'parentSection' => 'dashboards', 'elementName' => 'dashboard-alternative' ]) @push('css') @endpush @section('title', 'Mapa de Viagens |') @section('content')
Mapa de Viagens
Viagens em Tempo Real


@if (count($flights_list) > 0)
    @foreach ($flights_list as $flight)
  • Produto:
    Ver produto
    Destino:
    {{$flight->country . " - " . $flight->state_city}}
    Cliente:
    {{$flight->first_name . " " . $flight->last_name}}
    Período
    De {{ date('d/m/Y', strtotime($flight->start_date)) }} a {{ date('d/m/Y', strtotime($flight->end_date)) }}
  • @endforeach
@else
Não há viagens ocorrendo agora
@endif


@include('layouts.footers.auth')
@endsection @push('js') {{-- --}} @endpush @push('js') @endpush @push('css') @endpush @push('js') @endpush