@extends('layouts.admin') @section('css') @endsection @section('content')

Review

@foreach ($Review as $title) {{-- --}} @endforeach
No Movie User Comment Ratting Date Status Action
{{ $loop->iteration }} {{ $title->titles->title ?? $title->news->title }} {{ $title->user->first_name . ' ' . $title->user->last_name }} {{ $title->rating }}
{{ $title->comment }} {{ date('d-m-Y, H:i', strtotime($title->created_at)) }} {{--
--}}
{{-- --}}
@endsection @section('js') {{-- --}} @endsection