@extends('user.layouts.master') @section('title','Comment Edit') @section('main-content')
Comment Edit
@csrf @method('PATCH')
By:
comment
{{$comment->comment}}
Status :
--Select Status--
status=='active')? 'selected' : '')}}>Active
status=='inactive')? 'selected' : '')}}>Inactive
Update
@endsection @push('styles') @endpush