{{-- Sol Navigation Bar --}} {{-- Sağ İçerik Alanı --}}
@if($selectedGuide && $this->getSelectedGuideContent()) @php $guide = $this->getSelectedGuideContent(); @endphp

{{ \Illuminate\Support\Str::title(str_replace(['-', '_'], ' ', $guide['name'])) }}

@if(isset($guide['modified_date']))

{{ __('user-guide.last_updated') }}: {{ \Carbon\Carbon::parse($guide['modified_date'])->locale(app()->getLocale())->format('d F Y, H:i') }}

@endif
{!! \Illuminate\Support\Str::markdown($guide['content'], [ 'html_input' => 'allow', 'allow_unsafe_links' => false, ]) !!}
@else {{ __('user-guide.title') }}

{{ __('user-guide.no_guide_selected') }}

{{ __('user-guide.select_guide_from_menu') }}

@endif
@push('styles') @endpush