@extends('core::base.layouts.master') @section('title') {{ translate('Edit Comment') }} @endsection @section('custom_css') @endsection @section('main_content')
{{ $errors->first('id') }}
{{ $errors->first('user_name') }}
{{ $errors->first('user_email') }}
{{ $errors->first('user_website') }}
{{ $errors->first('comment') }}
{{ $errors->first('status') }}
{{ $errors->first('comment_date') }}