@extends('layouts.header') @section('content') @php $ReportType[1]="Data Report - To Fetch Data from a Module"; $ReportType[2]="Data Report - Other Module"; $ReportType[3]="X Axis Report"; $ReportType[4]="X - Y Axis Report"; $ReportType[6]="Bar Graph's Report"; $ReportType[7]="Pie Chart's Report"; $ReportType[8]="Line Graph's Report"; $ReportType[9]="Comparison Graph's Report"; //Dont write for 5 , 5 is Drilldown Report $PrimaryModuleId=$Result->PrimaryModuleId; $AdHocReportType=$Result->AdHocReportType; @endphp

@csrf

Edit AdhocReport

Report Name *
Primary Module *
Type of Report *
Description *
@endsection