@extends('layouts.main') @section('title') {{ __('Reviews') }} @endsection @section('page-title')

@yield('title')

@endsection @section('content')
{{-- Filter Status --}}
{{-- Filter Property --}}
{{ __('Title') }} {{ __('Customer Name') }} {{ __('Property') }} {{ __('Rating') }} {{ __('Status') }} {{ __('Action') }}
{{-- Review Details Modal --}} {{-- Change Review Status Modal --}}
@endsection @section('script') @endsection