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

اضافة الأسئلة الشائعة

@endsection @section('content')
{!! Form::open([ 'url' => route('admin.questions.store'), 'class' => 'form-horizontal form-row-seperated parsley-examples', 'files'=> 'true']) !!}

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

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