@extends('layout.app') @section('title') {{ __('أقسام البرنامج') }} @stop @section('content')
{!! Illuminate\Support\Str::limit($type->description, 70) !!}
{{ $type->title }}