@extends('backend.layouts.app') @section('content')
{{translate('Add New 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($product != null) @else @endif
{{translate('Select Product for Custom Review')}}
@if($product != null) @endif
{{ translate('Browse')}}
{{ translate('Choose File') }}
{{translate('These images are visible in product review page gallery. Upload square images')}}
@endsection @section('script') @endsection