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

Client Meeting Reports

{{ $clients[0]->name }}

  • {{ $clients[0]->email or 'N/A' }}
  • {{ $clients[0]->country_info->en_short_name or 'N/A' }}
Edit Client

Services

    @if (count($clients[0]->client_services) > 0) @foreach($clients[0]->client_services as $service)
  • {{ $service }}

  • @endforeach @else
  • No services found

  • @endif
Activities
    @if($clients[0]->report_info->isEmpty())
  • No reports found
  • @else report_info->count(); $i++) { ?>
  • report_info[$i]->created_at)); ?>

    report_info[$i]->created_at)); ?>

    report_info[$i]->created_at)); ?>

    {{ $clients[0]->name }}

    Discussion : {{ $clients[0]->report_info[$i]->discussion }}

    Staff : {{ $clients[0]->auth_user_info->name }}

  • @endif
# Amount Paid Description Payment Method Spent Notes
1 MWK234,566 Sample Payment 1 Cash notes here
4 MWK567,000 Sample Payment 2 Cheque Lorem Ipsum
{{ $clients->links() }}
Page : {{ $clients->currentPage() }} of {{ $clients->lastPage() }} | Total Records : {{ $clients->total() }}
@endsection @section('javascript') @endsection