{{__("Show on")}}
@php $old = $row->include_url; @endphp @if(!empty($old)) @foreach($old as $key=>$item)
{{url('/')}}/
@endforeach @endif
{{__('Add item')}}
{{url('/')}}/

{{__("Wildcard allowed. Eg: */checkout/* ")}}


@php $old = $row->exclude_url; @endphp @if(!empty($old)) @foreach($old as $key=>$item)
{{url('/')}}/
@endforeach @endif
{{__('Add item')}}
{{url('/')}}/

{{__("Wildcard allowed. Eg: */checkout/* ")}}