@extends('frontend.layouts.app') @section('title', __('custom_questions')) @section('main')
{{ __('title') }} | {{ strtoupper(__('required')) }} | {{ __('action') }} |
---|---|---|
{{ $question->title }}
|
@if($question->required)
@else
@endif
|
|
{{ $questions->links('vendor.pagination.simple-bootstrap-4') }} |
{{ __('no_data_found') }}