@extends('layouts.mobiangra.theme') @section('title', __('Itinerários') . ' - ' . __('MobiAngra') . ' - ' . config('app.name')) @push('styles') @endpush @section('content') @if ($linhas->isEmpty()) {{ __('Nenhuma linha publicada no momento. Volte em breve.') }} @else @if ($linhaAtiva && $itinerario) @else {{ __('Selecione uma linha acima para ver o itinerário e as informações da rota.') }} @endif @endif @endsection @push('scripts') @endpush
{{ __('Nenhuma linha publicada no momento. Volte em breve.') }}