@extends('layouts.member-app') @section('page-title')

{{ __($pageTitle) }} #{{ $lead->id }} - {{ ucwords($lead->company_name) }}

@endsection @push('head-script') @endpush @section('content')
@lang('modules.followup.newFollowUp')
{!! Form::open(['id'=>'createFollow','class'=>'ajax-form','method'=>'POST']) !!} {!! Form::hidden('lead_id', $lead->id) !!}
{!! Form::close() !!}
@endsection @push('footer-script') @endpush