| Path : /var/www/html/thb_loan_system/resources/views/update/ |
|
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
| Current File : //var/www/html/thb_loan_system/resources/views/update/download.blade.php |
@extends('layouts.master')
@section('title'){{translate('download update')}}
@endsection
@section('content')
<div class="box box-default">
<div class="panel-heading">
<h6 class="panel-title">{{translate('download update')}}</h6>
<div class="heading-elements">
</div>
</div>
<div class="panel-body">
@if(file_exists(storage_path() . "/updates/update.zip"))
<div class="callout callout-warning">
<h4>{{translate('ready_to_update')}}</h4>
<p>{{translate('backup_first')}}</p>
</div>
<a href="{{url('update/install')}}" class="btn btn-info delete">{{translate('install update')}}</a>
@else
<div class="callout callout-danger">
<p>Reload this page to try the download again</p>
</div>
@endif
</div>
<!-- /.panel-body -->
</div>
<!-- /.box -->
@endsection