@extends('layouts.app') @section('title', __('crm::lang.view_lead')) @section('content') @include('crm::layouts.nav')

@lang('crm::lang.view_lead')

{!! Form::select('lead_id', $leads, $contact->id , ['class' => 'form-control select2', 'id' => 'lead_id']); !!}

@include('crm::lead.partial.lead_info')
@endsection @section('javascript') @includeIf('documents_and_notes.document_and_note_js') @endsection