@extends('layouts.app') @section('title') {{__("Reply comment")}} - @endsection @section('content')
@csrf

{{$item->body}}

@endsection