{{ $resource->title }}
{{ $resource->summary ?: \Illuminate\Support\Str::limit(strip_tags($resource->body), 120) }}
@if($resource->external_url){{ app()->getLocale() === 'ar' ? 'فتح المورد' : 'Open resource' }}@endif@extends('layouts.main_dashboard.app') @section('title', app()->getLocale() === 'ar' ? 'المكتبة الإرشادية' : 'Guidance Library') @section('skip_page_hero', true) @section('content')
{{ $resource->summary ?: \Illuminate\Support\Str::limit(strip_tags($resource->body), 120) }}
@if($resource->external_url){{ app()->getLocale() === 'ar' ? 'فتح المورد' : 'Open resource' }}@endif