@if(isset($modal) && $modal)
{{ $nfo['nfoUTF'] ?? $nfo['nfo'] ?? 'NFO content not available' }}
@else @extends('layouts.main') @section('content')

NFO File

{{ $nfo['nfoUTF'] ?? $nfo['nfo'] ?? 'NFO content not available' }}
@if(isset($rel))
Back to Release
@endif
@endsection @endif