@if(in_array("View",$Notes))
@endif
@if(session()->has('message'))
@endif
@if(session()->has('error'))
@endif
{{ trans('labels.Successlabel') }}
{{ session()->get('message') }}{{ trans('labels.WarningLabel') }}
{{ session()->get('error') }}
@if(in_array("Add",$Notes ))
{!! Form::open(array('url' =>'admin/create-notes-data', 'method'=>'post', 'class' => 'form-horizontal', 'id' => 'createNotesData', 'enctype'=>'multipart/form-data')) !!}
@if($result['accountsData']['type'] == "Accounts")
@endif
@if($result['accountsData']['type'] == "Leads")
@endif
{!! Form::close() !!}
@else
@if(!empty($result['accounts']->name))
{{ $result['accounts']->name }}
@else
{{ implode(', ', $accountNumber) }}
@endif
{!! Form::text('subject', '', array('class'=>'form-control', 'id'=>'subject', 'required'=>'required', 'maxlength'=>'80')) !!}
{!! Form::text('name', '', array('class'=>'form-control', 'id'=>'name')) !!}
{!! Form::text('contact', '', array('class'=>'form-control', 'id'=>'contact', 'maxlength'=>'12', 'minlength'=>'9')) !!}
{!! Form::text('talk_time', '', array('class'=>'form-control', 'id'=>'talk_time', 'required'=>'required', 'maxlength'=>'3')) !!}
{!! Form::textarea('description', '', array('class'=>'form-control', 'id'=>'description', 'rows'=>'4', 'required'=>'required')) !!}
Please contact with SuperAdmin
@endif