@extends('layouts.adminLayouts') @section('head') @stop @section('content-header')

مشاهده پرسش

{{ Breadcrumbs::render('questions.index') }}
@stop @section('content')
@include('admin.question.load')
@stop @section('footer') @stop