@extends('templates.structure') @section('custom_css') @endsection @section('content')

Invoice ID : {{$invoice_id}}

{{-- --}}
Client Info & Plan Details :
Client ID Client Name Email Contact Number
{{$client_data->clientid}} {{$client_data->firstname}} {{$client_data->lastname}} {{$client_data->email}} {{$client_data->phone}}
Follow Up Details :
Last Follow Up Action Next Follow Up Operator

Create Follow Up




@endsection @section('custom_js') @endsection