@extends('admin.layouts.master')
@section('title', 'Quick Updates - Admin')
@section('maincontent')
@component('components.breadcumb',['fourthactive' => 'active'])
@slot('heading')
{{ __('Quick Updates') }}
@endslot
@slot('menu1')
{{ __('Quick Updates') }}
@endslot
@endcomponent
@if ($errors->any())
@foreach($errors->all() as $error)
{{ $error}}
@endforeach
@endif
{{ __('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)
@else
@endif
@endsection
@section('script')
@endsection