@extends('admin.layouts.app') @section('pageTitle')
{{ Lang::get('main.home_page_title') }}
@endsection @section('contentHeader')
{{ Lang::get('main.dashboard') }}
Psychological Questions
{{ Lang::get('main.add') }}
Psychological Questions
{{ Lang::get('main.add') }}
@endsection @section('content')
Psychological Questions
{!! Form::open(['method'=>'POST','url'=>'admin/scalesQuestions','class'=>"form-horizontal",'files'=>true]) !!}
{{ Lang::get('main.form_validation_error') }}
{{ Lang::get('main.form_validation_success') }}
Choose Test name....
@foreach($scales as $scalee)
{{$scalee->name_ar}}
@endforeach
{{ Lang::get('main.add') }}
{!! Form::close() !!}
@endsection @section('scriptCode') @endsection