Edit File: awtBlade.php
<?php return [ /* * Register Awt Blade directive * you can use it in blade file * @awt("hello World") */ 'awt' => function ($expression) { return "<?php echo awtTrans($expression) ?>"; } ];
Back to File Manager