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

Client Details

{{ $showclient->name }}

Contact Person :{{ $showclient->contact_person or 'N/A' }}
Country: @if($showclient->country_info) {{ $showclient->country_info->en_short_name }} @else None Entered @endif
Email: ironadmin.com
Skype: ironadmin.com
Linked In: ironadmin.com
Last Payment

Invoice Number : 4F3S8J
Payment Date: 12/22/2022
Amount : $3,4567
Account Manager
{{ $showclient->auth_user_info->name }}

Services

@if ($show_services->isEmpty()) @else @foreach($show_services as $service) @endforeach @endif
Service Name Date Started Description Status Action
No Services found
{{ $service_type[$service->category_id] }} {{ $service->date_started or 'N/A' }} {{ $service->description or 'N/A' }} {{ $service->status }}
@endsection