@extends('layout.app') @section('title') {{ __('آلية عمل البرنامج') }} @stop @section('content')

{{ __('آلية عمل البرنامج') }}

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

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

{{ $mechanism->title }} حذف تعديل
لا توجد بيانات متاحة
@endsection