@extends('portal.ninja2020.layout.app')
@section('meta_title', ctrans('texts.statement'))
@push('head')
@endpush
@section('body')
@include('portal.ninja2020.components.statement-pdf-viewer', ['url' => route('client.statement.raw')])
@endsection
@push('footer')
@vite('resources/js/clients/statements/view.js')
@endpush