@yield('preloader')
@if(config('app.build_version') == get_option('app_version'))

*Your application is upto date

@else
@csrf

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

* Current version {{ get_option('current_version', '2.4') }}

* 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')