@extends('reachassuree_agent/layouts.main') @section('title', $data['title']) @section('content') @php $canEdit = $data['can_edit'] ?? 0; $imageFound = isset($data['data']) && isset($data['data']['image']) && $data['data']['image'] === 'Found'; @endphp
@include('../reachassuree_agent/master/comman/expiry-popup') @include('../reachassuree_agent/master/comman/remaining-popup') @include('../reachassuree_agent/client/document_upload/restore_doc_modal') @endsection @section('custom-scripts') @endsection