@extends('layouts.admin.theme') @section("title", env("APP_NAME") . " :: " . __("MobiAngra")) @section('content')
{{ __('Última atualização') }}: @if ($feedStatus['success']) {{ \Carbon\Carbon::parse($feedStatus['last_update'])->diffForHumans() }} @else {{ __('Falha') }} @endif
{{ __('Veículos no último fetch') }}: {{ $feedStatus['vehicle_count'] ?? 0 }}
{{ __('Horário') }}:
{{ $feedStatus['last_update'] ?? '-' }}
{{ __('Arquivo Protobuf (.pb)') }}: @if ($pbExists) {{ __('Disponível') }} @else {{ __('Não gerado') }} @endif
{{ __('Arquivo JSON (live_data)') }}: @if ($jsonExists) {{ __('Disponível') }} @else {{ __('Não gerado') }} @endif
{{ url('/mobiangra/live_data') }}
/mobiangra/gtfs.zip {{ __('nem') }} /mobiangra/feed.pb.
{{ route('mobiangra.gtfs.feed_pb') }}
{{ route('mobiangra.gtfs.gtfs_zip') }}
@else
{{ route('mobiangra.gtfs.gtfs_zip') }}
{{ __('Aguardando upload GTFS') }}
@endif
{{ $filename }}
{{ __('Arquivo') }}:
{{ config('mobiangra.storage_dir') }}/{{ config('mobiangra.fleet_filename', 'fleet.json') }}
@if ($fleetExists)
{{ __('Disponível') }}
@else
{{ __('Será criado no primeiro acesso') }}
@endif
{{ __('API de telemetria em uso') }}:
{{ config('mobiangra.api_url') }}
{{ __('Intervalo de atualização atual') }}: {{ $fetchInterval }}s
{{ __('Modo de atualização') }}: {{ __('Lazy (automático via mapa)') }}
| {{ __('Código') }} | {{ __('Nome') }} | {{ __('Tarifa') }} | {{ __('Seções') }} | {{ __('Status') }} | {{ __('Ações') }} |
|---|