@extends('backend.layouts.master') @section('title') {{translate('Faq')}} @endsection @section('content')
# | {{translate('Title')}} | {{translate('Content')}} | {{translate('Status')}} | {{translate('Action')}} |
---|---|---|---|---|
{{ ($key+1) + ($faqs->currentPage() - 1)*$faqs->perPage() }} | {{ $faq->title }} | {!! translate(substr($faq->content, 0, 30)) !!} |
status ==1) checked @endif>
|