@extends('layout.main') @section('content')

Edit Contact

@include('includes.errors') @include('includes.success')

Close @if(User::checkCategoryPermission('Contacts','Delete')) Delete @endif


Contact Information
{{Form::select('NamePrefix', $NamePrefix_array, $contact->NamePrefix ,array("class"=>"select2 small"))}}
DateOfBirth))}}@endif" />
EmailOptOut == 1 ) checked="" @endif value="1" />
@
Description
Address Information
{{Form::select('Country', $countries, $contact->Country ,array("class"=>"select2 small"))}}
@include('includes.ajax_submit_script', array('formID'=>'contact-from' , 'url' => ('contacts/update/'.$contact->ContactID))) @stop