@extends('panel.layouts.master') @section('title', 'ویرایش دسته بندی') @section('content') @include('panel.layouts.sidebar') @include('panel.layouts.header') ویرایش کامنت @csrf @method('PUT') @php $type = $comment->commentable_type; $row = $type::find($comment->commentable_id); if ($type == 'App\Models\Course') { $type = 'دوره'; $link = ''; } else { $type = 'پست'; $link = ''; } @endphp متن {{ $comment->comment }} @error('comment') {{ $message }} @enderror status == 1 ? 'checked' : '' }}> نمایش در صفحه اصلی ثبت @endsection