@extends('layouts.report-crime')
@section('title')
Entrevistas Reporte Policial Homologado
@endsection
@section('contet')
@include('report-crime.contents.interview-pdf')
@if($totalPagesAnnexG > 0 )
@include('report-crime.contents.annex-g-pdf')
@endif
@endsection