@extends('layouts.master') @section('title',__('All SubComments')) @section('breadcum') @endsection @section('maincontent')
{{ __('All SubComments') }}
{{ __('#') }} {{__('User Name')}} {{__('Comments')}} {{__('Reply')}} {{__('Submitted On')}} {{__('Status')}} {{__('Actions')}}
@endsection @section('script') @endsection