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

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

@endsection @push('head-script') @endpush @section('content')
@lang('modules.followup.newFollowUp')
@csrf
@endsection @push('footer-script') @endpush