@extends('layouts.admin') @section('content')
Back to List
@csrf
@if(!empty($con['url'])) View Source @endif
@php $coverPath = public_path('covers/console/' . $con['id'] . '.webp'); $legacyCoverPath = public_path('covers/console/' . $con['id'] . '.jpg'); $hasCover = file_exists($coverPath) || file_exists($legacyCoverPath); @endphp @if($hasCover) {{ $con['title'] }} @else

No cover image available

@endif

PNG, JPG, GIF up to 10MB

Console Information

ID:
{{ $con['id'] }}
@if(isset($con['created_at']))
Created:
{{ $con['created_at'] }}
@endif @if(isset($con['updated_at']))
Updated:
{{ $con['updated_at'] }}
@endif
Cancel
{{-- Scripts moved to resources/js/csp-safe.js --}} @endsection