@extends('layouts.master') @section('title', 'Setup App Setting') @section('parentPageTitle', 'All') @section('css-link') @stop @section('page-style') @stop @section('content')

{{ __('Lets Update ') }} {{ env('APP_NAME') }}

@translate(Current Version : ) {{ env('APP_VERSION') }}

@if (!session()->has('app-updated'))
@csrf
    {{ __('Tip: Before application update please make sure you have backed up your database and files. Upgrade may take time to finish. Do not close this window or disconnect your internet connection.') }}
@else @endif
@endsection @section('js-link') @stop @section('page-script') @stop