@extends('layouts.master') @section('title',__('All Comments')) @section('breadcum') @endsection @section('maincontent')
{{ __('All Comments') }}
{{ __('#') }} {{ __('USERNAME') }} {{ __('MOVIES/TV-SERIES NAME') }} {{ __('COMMENTS') }} {{ __('SUBMITED ON') }} {{ __('STATUS') }} {{ __('ACTION') }}
@endsection @section('script') @endsection