@extends('admin.layouts.app')
@section('title', __('changelog.title'))
@section('header', __('changelog.header'))
@section('breadcrumb')
/
{{ __('changelog.title') }}
@endsection
@section('content')
@include('admin.partials.changelog_content')
@endsection