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

{{ __('All Products') }}

@include('alerts.alerts')

{{ __('Product Filter :') }}


{{-- --}} {{-- --}} @include('back.reward_point.table',compact('datas'))
{{ __('Image') }}{{ __('#') }}{{ __('Sku') }} {{ __('Name') }} {{ __('Price') }} {{ __('Status') }} {{ __('Point') }}{{ __('Item Type') }}{{ __('Actions') }}
{{ $datas->links() }}
@endsection