@extends('installer::layouts.master') @section('page', __('Overview')) @section('content')

{{__('Update Wizard')}}
{{__("You've got some updates.")}}

@include('installer::includes.alerts')
{{__("We need to execute some database migrations, you should make a backup of your database before you proceed.")}}

{{__('There are total of :number migrations to be executed', ['number' => $pendingUpdates])}}

@endsection