@extends('backend.layouts.master') @section('content')

Edit Research Report

@csrf
@include('backend.common-views.messages')
include_email_updates == 1) checked @endif>
@foreach ($category_list as $category)
id,$share_recommendation)) checked @endif>
@endforeach
Share Logo
Reports History
@if(empty($research_child_reports))

No Record Found

@else
@foreach($research_child_reports as $groupTitle => $records) @if($records[0]['is_quarter_report'])
Financial Year {{ $records[0]['research_child_title'] }}
@if($records[0]['is_quarter_report']) @foreach($records as $record) @endforeach
Report Title Q1 Q2 Q3 Q4
{{ $record['research_sub_title'] }} @if($record['quarter1']) @endif @if($record['quarter2']) @endif @if($record['quarter3']) @endif @if($record['quarter4']) @endif
@endif
@else
{{ $records[0]['research_child_title'] }}
@if($records[0]['report_pdf']) @endif
@endif @endforeach
@endif
@endsection @push('js') @endpush