@extends('layouts/fullLayoutMaster') @section('title', 'Ultimate SMS Update') @section('content')
{{config('app.name')}}

{{ trans_choice('installer_messages.updater.overview.message', $numberOfUpdatesPending, ['number' => $numberOfUpdatesPending]) }}

@endsection