@extends(Theme::viewName('layout')) @section('title', trans('admin.approve_comments', ['number' => $comment_count])) @section('breadcrumb') @endsection @section('content')
@yield('title')

@lang('admin.approve_comments_confirm', ['number' => $comment_count])

{{ csrf_field() }} @foreach ($comment_ids as $comment_id) @endforeach @lang('forms.cancel_action')
@endsection