@extends('Layout') @section('Content')
{{ HF::DrawHeadPage(array(array('title'=>'العملاء','url'=>URL::Route('ListCustomers')),array('title'=>'إضافة عميل','url'=>URL::Route('NewCustomer')) ),'إضافة عميل')}} @if(Session::has('errors')) @endif {{ Draw::SubTitle(' عميل جديد ','blue')}} {{ Form::open(array('id'=>'NewCustomerInvestor'))}}


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