@extends('layouts.auth', [ 'activePage' => 'login' ]) {{-- comentario mario --}} @section('content') Português English {{__('ui.select_license')}} @foreach(App\Http\Controllers\LicensesController::getLicensesByUser() as $license) @if($license->is_active == 0) {{$license->name}} @else {{$license->name}} @endif @endforeach {{__('ui.logout')}} © {{ date('Y') }}, Controlink @csrf @endsection @push('js') @endpush