@extends('layouts.admin') @section('content')
Content version info (and more)
@if(!empty($versionData))
@json($versionData, JSON_PRETTY_PRINT)
@else @if($isContentVersioned)

No data

@else

The content is not versioned

@endif @endif
@endsection @push('styles') @endpush