@extends('app') @section('content') Manage Ratings
Clear

RATING MEMBERS LIST

@if(Session::has('success'))
{{ Session::get('success') }}
@endif @if($errors->any())
@foreach($errors->all() as $error)

{{ $error }}

@endforeach
@endif
Company Name/Client Name Company Rating(Out Of 5) Technician Rating(Out Of 5) Technician Name Ticket No Created By
@foreach($ratings as $rating) @endforeach
{{ $rating->company_name }} {{ $rating->app }} {{ $rating->technician }} {{ $rating->first_name }} {{$rating->last_name}} {{ $rating->awd }} {{ $rating->created_by }}