@extends('layouts.master') @section('title'){{translate('download update')}} @endsection @section('content')
{{translate('download update')}}
@if(file_exists(storage_path() . "/updates/update.zip"))

{{translate('ready_to_update')}}

{{translate('backup_first')}}

{{translate('install update')}} @else

Reload this page to try the download again

@endif
@endsection