@extends('layouts.main', ['welcome' => true]) @section('content')

{{ __('Configure your Linphone application') }}

{{ __('Open the app') }} @if ($platform == 'GNU/Linux') {{ __('Download Linphone for GNU/Linux') }} @elseif ($platform == 'Mac') {{ __('Download Linphone for MacOS') }} @elseif ($platform == 'Windows') {{ __('Download Linphone for Windows') }} @else {{ __('Download Linphone') }} @endif @if (in_array($platform, ['GNU/Linux', 'MacOS', 'Windows']))

{{ __('Download for another platform') }}

@endif
@endsection