@if (isset($_SERVER['HTTPS'])) @endif Update Your Application @yield('preloader')
@csrf @if (config('app.build_version') == getOption('build_version'))

*Your application is upto date

@else

* New version {{ config('app.current_version') }}

* Current version {{ getOption('current_version', '1.0') }}

* Download your database and present script to avoid any errors. (Safety first)

* Please click Update now button, may its need sometime

Please enter your Item purchase code and customer email

@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
@if ($errors->has('purchase_code'))
{{ $errors->first('purchase_code') }}
@endif
@endif
@yield('content')
@stack('script')