@extends('admin.master')
@section('title', __('Story Comments') . ' - ' . $story->title)
@section('content')
{{ __('Comments for') }}: {{ $story->title }}
@if($comments->hasPages())
{{ $comments->appends(request()->input())->onEachSide(1)->links() }}
@endif
@endsection
{{ $comment->user->email }} @endif