@extends('portal.ninja2020.layout.app') @section('meta_title', ctrans('texts.service_reports')) @push('head') @include('portal.ninja2020.components.no-cache') @endpush @section('body') @include('portal.ninja2020.components.pdf-viewer', ['url' => route("client.service_reports.pdf",[$service_report->encodePrimaryKey($service_report->id)])]) @endsection