@extends('layouts.header') @section('content')

Edit Report Card

@csrf @method('PUT')

@if ($reportCard->report_card_image) View Current PDF @else

No PDF available

@endif
@push('scripts') @endpush @endsection