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