@extends('layouts.home.site') @section('content')

Online Register

@include('errors.errors')
@foreach (['danger', 'warning', 'success', 'info'] as $msg) @if(Session::has('alert-' . $msg))

{{ Session::get('alert-' . $msg) }} ×

@endif @endforeach
{!! Form::open(array('url' => URL_USERS_REGISTER, 'method' => 'POST', 'name'=>'formLanguage ', 'name'=>"registrationForm",'enctype'=>'multipart/form-data')) !!}
FIELDS MARKED WITH AN * ARE REQUIRED.
@include('users.student.online-student-general-details-fields', array('tab_active' => 'general', 'branches' => $branches)) @include('users.student.online-student-personel-details-fields', array( 'countries' => $countries, 'religions'=>$religions, 'categories'=>$categories)) @include('users.student.online-student-contact-details-fields' ) @include('users.student.online-student-user-documents-fields')

{!! Form::close() !!} {{-- --}}
@stop @section('footer_scripts') @include('users.student.scripts.online-student-js-scripts') @stop