@extends('pp::layouts.app') @section('head') @endsection @section('content')
Settings
@if(Auth::user()->can('pp_customer_order_setting_shipping_term'))
@if(Auth::user()->can('pp_customer_order_setting_shipping_term_add')) @endif
ID# Name Edit Delete Status
@endif @if(Auth::user()->can('pp_customer_order_setting_product_mix'))
@if(Auth::user()->can('pp_customer_order_setting_product_mix_add')) @endif
ID# Name Edit Delete Status
@endif @if(Auth::user()->can('pp_customer_order_setting_washed_level'))
@if(Auth::user()->can('pp_customer_order_setting_washed_level_add')) @endif
ID# Name Edit Delete Status
@endif @if(Auth::user()->can('pp_customer_order_setting_drain_hole_size'))
@if(Auth::user()->can('pp_customer_order_setting_drain_hole_size_add')) @endif
ID# Size Edit Delete Status
@endif @if(Auth::user()->can('pp_customer_order_setting_drain_hole_shape'))
@if(Auth::user()->can('pp_customer_order_setting_drain_hole_shape_add')) @endif
ID# Shape Edit Delete Status
@endif
@endsection @section('script') @endsection