@extends('admin.layouts.master') @section('title', 'Quick Updates - Admin') @section('body')
@include('admin.message')

{{ __('Quick Updates') }}

{{ __('adminstaticword.ImportantNote') }}:
  • ⦿ {{__("Quick update is for bug fix update of version " . env('APP_VERSION'))}}
  • ⦿ {{__("Click to quick update when update is available.")}}
@if($contents == !NULL)

Updates {{ $app_version }} is available

@csrf
@else
@endif
@endsection