@extends('admin.layouts.master') @section('title', 'Quick Updates - Admin') @section('maincontent') @include('admin.layouts.topbar',$data)
@if ($errors->any())
@foreach($errors->all() as $error)
{{ $error}}
×
@endforeach
@endif
{{ __('Quick Updates') }}
{{ __('ImportantNote') }}
{{__("Quick update is for bug fix update of version " . env('APP_VERSION'))}}
{{__("Click to quick update when update is available.")}}
@if($contents == !NULL)
@csrf
{{ __('Updates') }} {{ $app_version }} {{ __('is available') }}
{{__("Click to quick update")}}
@else
{{__("No Update is Available !!")}}
@endif
@endsection @section('script') @endsection