- {{ __('Thông tin cơ bản') }}
- {{ __('Thống kê nhanh') }}
- {{ __('Đơn hàng đã mua') }}
- {{ __('Công nợ') }}
{{ Form::open(array('route' => 'customers.store', 'method' => 'POST', 'class'=>'', 'enctype'=>'multipart/form-data' )) }}
{{ Form::close() }}
{{ \Form::select('type', $types, $item->type, ['class'=>'form-control']) }}
{{ \Form::select('gender', ['male'=>'Nam','female'=>'Nữ','other'=>'Khác'], $item->gender, ['class'=>'form-control']) }}