@extends('setup.updates.master')
@section('content')
@lang('setup.updates.changelog.title')
@include('setup.wizard.language')
{!! app('parsedown')->text(
@file_get_contents(resource_path('misc/changelogs/'.app()->getLocale().'/'.config('app.version').'.md'))
) !!}
@lang('general.index')
@endsection