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

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


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

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