@extends('admin.master') @section('content')

Edit Review

Back
@if($errors->any())
Whoops! Please fix the following errors:
@endif
@csrf @method('PUT')
@if($review->user_logo)
@endif
@endsection