@extends('layouts.process-map') @section('title') {{ __('Process Map') }} @endsection @section('content')
@endsection @section('css') @endsection @section('js') @foreach ($manager->getScripts() as $script) @if (str_contains($script, 'package-ab-testing')) @else @endif @endforeach @endsection