# | {{ __('b3') }} | {{ __('b4') }} | {{ __('b5') }} | |
---|---|---|---|---|
{{ $comment->id }} | {{ $comment->comment }} | @if ($comment->status == 1) {{ __('b6') }} @else {{ __('b7') }} @endif | {{ $comment->task_id }} |
{{ __('b8') }}
@endif@extends('back.layout') @section('title') {{ __('a50') }} - {{ __('n1') }} @endsection @section('css') @endsection @section('content')
# | {{ __('b3') }} | {{ __('b4') }} | {{ __('b5') }} | |
---|---|---|---|---|
{{ $comment->id }} | {{ $comment->comment }} | @if ($comment->status == 1) {{ __('b6') }} @else {{ __('b7') }} @endif | {{ $comment->task_id }} |
{{ __('b8') }}
@endif