芝麻web文件管理V1.00
编辑当前文件:/home/c7lekhnath/silverray.com.au/Modules/Blog/resources/views/Comment/index.blade.php
@extends('admin.master_layout') @section('title')
{{ __('Post Comments') }}
@endsection @section('admin-content')
{{-- Breadcrumb --}}
@csrf @method('PUT')
comments_auto_approved == 'active' ? 'checked' : '' }} type="checkbox" value="active" name="comments_auto_approved" class="custom-switch-input">
{{ __('Comments Auto Approved') }}
{{ __('SN') }}
{{ __('Comment') }}
{{ __('Post') }}
{{ __('Author') }}
{{ __('Email') }}
{{ __('Status') }}
{{ __('Action') }}
@forelse ($comments as $comment)
{{ $loop->index + 1 }}
{{ $comment->comment }}
{{ $comment?->post?->title }}
{{ $comment->name }}
{{ $comment->email }}
status ? 'checked' : '' }} data-toggle="toggle" data-onlabel="{{ __('Active') }}" data-offlabel="{{ __('Inactive') }}" data-onstyle="success" data-offstyle="danger">
@empty
@endforelse
{{ $comments->links() }}
@endsection @push('js') @endpush @push('css') @endpush