@extends('site.layout.layout') @section('url'){{URL::to('/')}}/{{App::getLocale()}}/portal @stop @section('title'){{ __('app.portal') }} @stop @section('image'){{URL::to('/')}}/img/750x500/{{$setting->logo}} @stop @section('description'){{\App\Http\Helpers\Helpers::stringReplace('')}} @stop @section('css') @endsection @section('content') {{ __('app.create_new_account') }} {{ __('app.create_new_account') }} {{ __('app.home') }} {{$data['static']->title}} {!! $data['static']->details !!} {{ csrf_field() }} {{ __('app.name') }} {{ __('app.email') }} {{ __('app.mobile') }} {{ __('app.password') }} {{ __('app.password_confirmation') }} {{__('app.gender')}} {{ __('app.select') }} {{ __('app.male') }} {{ __('app.female') }} {{ __('app.dob') }} {{__('app.governorate')}} {{ __('app.select') }} @foreach ($data['governorate'] as $item) {{ $item->name }} @endforeach {{-- --}} {{__('app.city')}} {{ __('app.select') }} {{-- --}} {{ __('app.title') }} {{ __('app.Degree') }} {{ __('app.select') }} @foreach ($data['Degree'] as $item) {{ $item->name }} @endforeach {{ __('app.Specialization') }} {{ __('app.login') }} @endsection @section('js') @endsection