@extends('backend.master_structure') @section('content') @if(Session::has('updated')) @endif {{-- @if(Session::has('updated'))
{{ session('updated') }}
@endif --}}

Submitted by {{$review->review_name}} on {{date('l, M d, Y', strtotime($review->revision_timestamp)) }}

{{$review->review_title}}

{{$review->review_description}}

@if($review->review_status!=0) Accepted @else Accept @endif Delete
Service Rating
Overall Rating
Service
Responsiveness
Expertise
Results
Communication
@endsection