@extends('admin.layouts.master') @section('title', __('system_update')) @section('content')
{{ 'v' . setting('version_code') }}
{{ $next_version_code }}
{{ __('you_are_using_the_latest_version') }}