@extends('backend.layouts.app') @section('content')
{{translate('Edit Custom Review')}}
@csrf
{{ translate('Browse')}}
{{ translate('Choose File') }}
{{translate("If you do not use custom reviewer's image it will show default user image.")}}
@if($review->created_at_is_custom == 0)
created_at_is_custom == 0) checked @endif>
created_at_is_custom == 1) checked @endif>
@endif
{{ translate('Browse')}}
{{ translate('Choose File') }}
{{translate('These images are visible in product review page gallery. Upload square images')}}
@endsection @section('script') @endsection