@extends('layouts.master') @section('title'){{trans_choice('general.download',2)}} {{trans_choice('general.update',2)}} @endsection @section('content')

{{trans_choice('general.download',2)}} {{trans_choice('general.update',2)}}

@if(file_exists(storage_path() . "/updates/update.zip"))

{{trans_choice('general.ready_to_update',1)}}

{{trans_choice('general.backup_first',1)}}

{{trans_choice('general.install',1)}} {{trans_choice('general.update',2)}} @else

Reload this page to try the download again

@endif
@endsection