@extends('layouts.master') @section('page_title') @if(isset($page_title)) {{ $page_title }} @endif @endsection @section('content')

Client Meeting Reports

  • Current Balance {{ $main_discussion->current_balance or 'N/A' }}
  • Payment Status {{ $main_discussion->payment_status }}
  • Service Type {{ $main_discussion->service }}

{{ $main_discussion->client_info->name }} | {{ $main_discussion->contact_person }} | {{ $main_discussion->email }}

Main Discussion : {{ $main_discussion->discussion }}

Account Manager: {{ $main_discussion->auth_user_info->name }}

Last Follow Up : @if($main_discussion->last_follow_up_date) {{ date('d-m-Y', strtotime($main_discussion->last_follow_up_date)) }} @endif

@if($main_discussion->next_follow_up_date) Next Follow Up : {{ date('d-m-Y', strtotime($main_discussion->next_follow_up_date)) }} @endif

Recent Activity

{{ date('l jS F Y') }}

Sam's Comments

sam_comment_info->isEmpty()); ?> @if(!$main_discussion->sam_comment_info->isEmpty()) sam_comment_info->reverse(); ?> @foreach($comments_arr as $comment)

{{ $comment->message }}

Date: {{ date('d-m-Y', strtotime($comment->created_at)) }}
@endforeach @else

No comments yet

@endif

{{ csrf_field() }}


@endsection @section('javascript') @endsection