@extends('layouts.mobiangra.theme') @section('title', __('Alertas e avisos') . ' - ' . __('MobiAngra') . ' - ' . config('app.name')) @section('content')

{{ __('Informações sobre trânsito, transporte público e avisos gerais para os usuários do MobiAngra.') }}

@if ($alertas->hasPages())
{{ $alertas->links() }}
@endif
@endsection