@extends('employee.layouts.master') @section('styles') @endsection @section('contents')

review Manage

@if(count($review)>0) @foreach($review as $key=>$value) @endforeach @else @endif
review Assignee Checklist Priority Due Date Tags Followers Description Attach
{{$value->name}} {{$value->assignee}} {{$value->checklist}} {{$value->priority}} {{$value->due}} {{$value->tags}} {{$value->followers}} {{$value->description}} {{$value->attachment1}}
No review found
@endsection @section('scripts') @endsection