{{ $resource->title }}
{{ $resource->type }}{{ $resource->summary ?: \Illuminate\Support\Str::limit(strip_tags($resource->body), 110) }}
{{ $resource->audience }}{{ $resource->published_at ? ' • ' . $resource->published_at->format('Y-m-d') : '' }}
@extends('layouts.main_dashboard.app') @section('title', app()->getLocale() === 'ar' ? 'المكتبة الإرشادية' : 'Guidance Resource Library') @section('skip_page_hero', true) @php($isArabic = app()->getLocale() === 'ar') @section('content')
{{ $isArabic ? 'المكتبة الإرشادية' : 'Guidance library' }}
{{ $resource->summary ?: \Illuminate\Support\Str::limit(strip_tags($resource->body), 110) }}
{{ $resource->audience }}{{ $resource->published_at ? ' • ' . $resource->published_at->format('Y-m-d') : '' }}