@extends('backend.layouts.app') @section('head') @endsection @section('content')
# {{translate('Name')}} {{translate('Photo')}} {{translate('User')}} {{translate('Price')}} {{translate('Point')}} {{translate('actions')}}
{{translate('Set Point for Product Within a Range')}}
{{ translate('Set any specific point for those products what are between Min-price and Max-price. Min-price should be less than Max-price') }}
@csrf
{{translate('Set Point for all Products')}}
@csrf
@endsection @section('script') {!! $datatable_script !!} @endsection