@extends('update.update-layout') @section('content')
@if (file_exists(public_path('logo.png')))
{{ config('app.name') }}
@endif
@if(!$isUpdateAvailable)

Great news! No update available at this time. Your system is up-to-date and running smoothly.

Login to Continue
@endif @if($isRequirementsErrors)

Detected the following problems. Please correct them before proceeding with the update.

@endif @if($isUpdateAvailable)
{{ csrf_field() }}

Exciting news! A new update is available for your system. Stay ahead with the latest features, improvements, and enhancements by updating now.

This might take several minutes, please don't close this browser tab while update is in progress.

@if($isRequirementsErrors) @else @endif
@endif @endsection