@extends('layouts.adminLayout.admin_design') @section('content')

{{$customername}} @if(Helper::checkAccess('role_add'))@endif

{{ __('lbl.lporderId') }} {{ __('lbl.lpapporderId') }} {{ __('lbl.lppoints') }} {{ __('lbl.lptype') }} {{ __('lbl.action') }}
{{Form::hidden('lplIndex',route('loyaltypointslog.index'),['id'=>'lplIndex'])}} @endsection @section('pagescript') {!! Helper::datatablelib('loyaltypointslogs/list.js') !!} @stop