@extends('layouts.admin') @section('title') Administration @endsection @section('content-header')
{{ config('app.version') }}. Your panel is up-to-date!
                @else
                    Your panel is not up-to-date! The latest version is
                    
                        {{ $version->getPanel() }}
                    
                    and you are currently running version {{ config('app.version') }}.
                @endif