@extends('dashboard.master') @section('title', 'Student Comment Edit') @section('content')
Student Comment Edit
@csrf @method('PUT')

@push('js') @endpush @endsection