@extends('layouts.app') @section('content')
"; print_r($apiReport); die(); @endphp --}} @csrf @method('PUT') Edit Report Title Report Short Title Slug Description {{ $apiReport->description }} Price Publish Date Release date Region Survey Time Period Supplementary Notes SEO Title Meta Description {{ $apiReport->meta_description }} Meta Keywords {{ $apiReport->meta_keyword }} Write Up {{ $apiReport->write_up }} Chart Type Select chart type chart_type == 'bar' ? 'selected' : '' }}>Bar Chart chart_type == 'line' ? 'selected' : '' }}>Line Chart is_pdf ? 'checked' : '' }}/> PDF Download is_xls ? 'checked' : '' }}/> XLS Download123 is_png ? 'checked' : '' }}/> PNG Download {{-- Add more form fields as needed --}} Submit