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

Edit Profile

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


User Detail
JobNotification == 1 )checked=""@endif value="0">
Personal Information
{{Form::select('Utc', $timezones, $user_profile->Utc ,array("class"=>"form-control select2"))}}
Address Information
{{Form::select('Country', $countries, $user_profile->Country,array("class"=>"form-control select2"))}}
@include('includes.ajax_submit_script', array('formID'=>'form-user-add' , 'url' => 'users/update_profile/'.$user->UserID )) @stop