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

EDIT Rating

@if($errors->any())
@foreach($errors->all() as $error)

{{ $error }}

@endforeach
@endif
@foreach($vendors as $vendor) @if($vendor->id == $rating->vendor_id) @endif @endforeach
Cancel
@endsection