@extends('layout.app') @section('title') {{ __('أقسام البرنامج') }} @stop @section('content')

{{ __('أقسام البرنامج') }}

{{-- --}} @forelse ($types as $type) @empty @endforelse
م {{ __('العنوان') }} {{ __('الوصف') }} {{ __('الإجراءات') }}
{{ $loop->iteration }} {{ $type->title }}

{!! Illuminate\Support\Str::limit($type->description, 70) !!}

حذف تعديل
لا توجد بيانات متاحة
@endsection