@extends('website.layouts.master') @section('title', __('tr.General Information')) @section('content') @include('website.layouts.title', ['simple'=>true]) {{ csrf_field() }} @lang('tr.General Information') @lang('tr.Name') * @lang('tr.Gender') * gender == 1) {{"selected"}} @endif value="1">@lang('tr.Male') gender == 2) {{"selected"}} @endif value="2">@lang('tr.Female') @lang('tr.NationalId') * @lang('tr.Phone') * @lang('tr.Degree') * {!! Form::select('degree', array(""=>__("tr.Select Degree")) + 'App\GraduatedStudent'::degreesLables(), $graduatedStudent->degree, array('id'=>'degree', 'class'=>'form-control', 'required'=>'required', 'style' => 'direction: ltr;' )); !!} @lang('tr.Graduation Year') * @include('components.select_bylaw_plan_graduates', ['bylaws'=>$bylaws, 'class' => 'form-control', 'showBylawLevels'=>false, 'bylaw'=>$graduatedStudent->bylaw, 'planId'=>$graduatedStudent->plan_id]) @lang('tr.Job Title') * @lang('tr.Company Name') * @lang('tr.Sector of your Company') * {!! Form::select('company_sector', array(""=>__("tr.Select Sector")) + 'App\GraduatedStudent'::companySectorsLables(), $graduatedStudent->company_sector, array('id'=>'company_sector', 'class'=>'form-control', 'required'=>'required', 'style' => 'direction: ltr;' )); !!} @lang('tr.Country of Employment') * {!! Form::select('employment_location', array(""=>__("tr.Select Country")) + $countries, $graduatedStudent->employment_location, array('id'=>'employment_location', 'class'=>'form-control', 'required'=>'required', 'style' => 'direction: ltr;' )); !!} @lang('tr.Date of enrollment in first job after Graduation from faculty') (@lang('tr.Year')/@lang('tr.Month')) * @lang('tr.Total number of jobs you applied upon Graduation') * @lang('tr.Total number of jobs offers you received') * @lang('tr.Best Way to Communicate') * @lang('tr.Submit') @endsection @section('pagejs') @endsection