@extends('layouts.frontend') @section('content')
{{ trans('global.edit') }} {{ trans('cruds.review.title_singular') }}
id]) }}" enctype="multipart/form-data"> @method('PUT') @csrf
@if($errors->has('book'))
{{ $errors->first('book') }}
@endif {{ trans('cruds.review.fields.book_helper') }}
@if($errors->has('review'))
{{ $errors->first('review') }}
@endif {{ trans('cruds.review.fields.review_helper') }}
@for($i = 5; $i >= 1; $i--) rating) == $i ? 'checked' : '' }}> @endfor
@if($errors->has('rating'))
{{ $errors->first('rating') }}
@endif {{ trans('cruds.review.fields.rating_helper') }}
@endsection