@extends('front') @section('css') @endsection @section('content')
{{--
--}} {{-- User profile picture--}} {{--
--}}
{{$policy->contract?->customer?->PolicyHolderName}}

IDENTIFICATION : {{$policy->contract?->customer?->PolicyHolderIdNumber}}

{{$policy->contract?->customer?->Gender}}

{{$policy->contract?->customer?->PolicyHolderPhoneNumber}}

@if($policy->sync == 'Success' && \Carbon\Carbon::parse($policy->contract?->endDate)->gt(now())) ACTIVE @else NOT ACTIVE @endif {{-- --}} {{-- Download Joining Instruction--}} {{-- --}}
@endsection @section('js') @endsection