@extends('admin.layouts.master') @section('title') الأسئلة الشائعة @endsection @section('styles') @endsection @section('page_header')
| # | السؤال | الإجابة | @lang('messages.operations') |
|---|---|---|---|
| {{ $i }} | {{ unserialize($value->title)[App::getLocale()] }} | {{ \Illuminate\Support\Str::limit(unserialize($value->text)[App::getLocale()] , 50) }} |
|