@extends('admin.layouts.master') @section('title') تعديل الأسئلة الشائعة @endsection @section('styles') @endsection @section('page_header')

تعديل الأسئلة الشائعة

@endsection @section('content')
{!! Form::model($question, ['method' => 'PATCH', 'url' => route('admin.questions.update', $question->id),'class' => 'form-horizontal form-row-seperated', 'files'=> 'true']) !!}

@lang('messages.information') الأسئلة الشائعة

@include('admin.questions._form')
{!! Form::close() !!}
@endsection @section('scripts') @endsection