@extends('Layout') @section('Content')
{{ HF::DrawHeadPage(array(array('title'=>'المستثمرين','url'=>URL::Route('ListInvestors')),array('title'=>'إضافة مستثمر','url'=>URL::Route('NewInvestor')) ),'إضافة مستثمر')}} @if(Session::has('errors')) @endif {{ Form::open(array('id'=>'NewCustomerInvestor'))}} {{ Draw::SubTitle(' مستثمر جديد ','golden')}}


{{ Form::close()}} @stop