2021-07-30 18:58:32 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<project version="4">
|
|
|
|
<component name="BladeInjectionConfiguration" default="false">
|
|
|
|
<directives>
|
2021-11-09 10:34:22 +01:00
|
|
|
<data directive="@aware" injection="true" prefix="<?php $attributes = $attributes->exceptProps(" suffix="); ?>" />
|
2022-03-08 16:28:00 +01:00
|
|
|
<data directive="@checked" injection="true" prefix="<?php if(" suffix=") {echo 'checked';}?>" />
|
2022-02-02 19:50:36 +01:00
|
|
|
<data directive="@class" injection="true" prefix="class="<?php echo \Illuminate\Support\Arr::toCssClasses(" suffix=")?>"" />
|
2022-10-22 15:09:09 +02:00
|
|
|
<data directive="@disabled" injection="true" prefix="<?php if(" suffix=") {echo 'disabled';}?>" />
|
2021-09-30 12:29:37 +02:00
|
|
|
<data directive="@inertia" />
|
2022-01-10 17:22:47 +01:00
|
|
|
<data directive="@inertiaHead" />
|
2022-10-22 15:09:09 +02:00
|
|
|
<data directive="@js" injection="true" prefix="<?php _bladeDirective(" suffix="); ?>" />
|
2021-07-30 18:58:32 +02:00
|
|
|
<data directive="@props" injection="true" prefix="<?php $attributes = $attributes->exceptProps(" suffix="); ?>" />
|
2023-05-01 15:24:47 +02:00
|
|
|
<data directive="@ray" injection="true" prefix="<?php ray(" suffix="); ?>" />
|
2023-05-12 15:49:40 +02:00
|
|
|
<data directive="@routes" injection="true" prefix="<?php _bladeDirective(" suffix="); ?>" />
|
2022-03-08 16:28:00 +01:00
|
|
|
<data directive="@selected" injection="true" prefix="<?php if(" suffix=") {echo 'selected';}?>" />
|
2023-04-20 20:00:38 +02:00
|
|
|
<data directive="@style" injection="true" prefix="class="<?php echo \Illuminate\Support\Arr::toCssStyles(" suffix=")?>"" />
|
|
|
|
<data directive="@svg" injection="true" prefix="<?php echo e(svg(" suffix=")); ?>" />
|
2022-10-28 19:50:15 +02:00
|
|
|
<data directive="@vite" injection="true" prefix="<?php echo app('\\Illuminate\\Foundation\\Vite')(" suffix="); ?>" />
|
|
|
|
<data directive="@viteReactRefresh" />
|
2021-07-30 18:58:32 +02:00
|
|
|
<data directive="@while" injection="true" prefix="<?php while(" suffix="): ?>" />
|
|
|
|
<data directive="@yield" injection="true" prefix="<?php echo $__env->yieldContent(" suffix="); ?>" />
|
|
|
|
</directives>
|
|
|
|
</component>
|
2021-09-07 13:28:20 +02:00
|
|
|
</project>
|