@extends('layouts.install') @section('page_title', __('Update the script')) @section('scripts') {!! Minify::javascript([ '/js/Installer.js', ])->withFullUrl() !!} @stop @section('content')

{{__("Update the platform")}}

@if(!$canMigrate && !session('success')) @endif @if(session('error')) @endif @if(session('success')) @endif

{{__("Before proceeding with an update, please ensure that")}}:

  • {{__("You've backed up your files.")}}
  • {{__("You've backed up your database.")}}
  • {{__("You've copied the updated files onto your public directory.")}}
@csrf
{{__("Go home")}}
@endsection