@extends('app') @section('content') View Rating

VIEW RATING

Rating Details

@foreach($vendors as $vendor) {{ $vendor->company_name }} @endforeach
{{ $rating->desc }}
{{ $rating->app }}
{{ $rating->technician }}
{{ $rating->awd }}
@foreach($bikers as $biker) {{ $biker->first_name }} {{$biker->last_name}} @endforeach
@endsection