@extends('adminlte::page')
@section('title', 'Investment Planning Form Report')
@section('content_header')
Investment Planning Form Report
@endsection
@section('content')
{{-- IPF Report Filter Section --}}
@include('backend.investment_planning_forms.IPF_report_filter')
{{-- End --}}
{{-- IPF Report Preview Section --}}
{{-- @include('backend.investment_planning_forms.IPF_report_preview') --}}
{{-- End --}}
@endsection
@push('js')
@endpush