@extends('backend.layout') {{-- this style will be applied when the direction of language is right-to-left --}} @includeIf('backend.partials.rtl-style') @section('content')
{{ __('Question') }} | {{ __('Serial Number') }} | {{ __('Actions') }} | |
---|---|---|---|
{{ strlen($faq->question) > 50 ? mb_substr($faq->question, 0, 50, 'UTF-8') . '...' : $faq->question }} | {{ $faq->serial_number }} | {{ __('Edit') }} |