@extends('install::layouts.master-update') @section('title', trans('install::messages.updater.welcome.title')) @section('container')
{{ trans_choice('install::messages.updater.overview.message', $numberOfUpdatesPending, ['number' => $numberOfUpdatesPending]) }}
@stop