@extends('layouts.main') @section('title') {{ __('comment_flag') }} @endsection @section('content')

@can('comment-flag-list')

{{ __('comment_flag') }}

@canany(['comment-flag-delete']) @endcanany
{{ __('id') }} {{ __('comment_id') }} {{ __('user_id') }} {{ __('user') }} {{ __('news_id') }} {{ __('news') }} {{ __('comment') }} {{ __('message') }}{{ __('operate') }}
@endcan
@endsection @section('script') @endsection