@extends('admin.layouts.master') @section('title') التعليقات @endsection @section('styles') @endsection @section('page_header')

جميع التعليقات

@endsection @section('content')

التعليقات

@if($data->count()) @foreach( $data as $value ) @endforeach @endif
# @lang('messages.name') التعليق @lang('messages.operations')
{{ $i }} {{\App\Models\User::find($value->user_id)->name}} {{ $value->comment }}
{!! $data->render() !!}
@endsection @section('scripts') @endsection