@extends('dashboard.master') @section('title', 'Student Comment Create') @push('css') @endpush @section('content')
Student Comment Create
@csrf

# Student Comment
@push('js') @endpush @endsection