@php /** * @var $ftpAccount \GameapModules\Ftp\Models\FtpAccount **/ @endphp @php($title = __('ftp::ftp_accounts.title_view')) @extends('layouts.main') @section('breadclumbs') @endsection @section('content')
{{ __('labels.host') }} : {{ __('labels.port') }} {{ $ftpAccount->host }}:{{ $ftpAccount->port }}
{{ __('ftp::ftp_accounts.username') }} {{ $ftpAccount->username }}
{{ __('labels.password') }} {{ $ftpAccount->password }}
{{ __('ftp::ftp_accounts.link') }} {{ $ftpAccount->link }}
@endsection