1. Question: Which function is used to link external JS files in the blade engine?

    A
    {! HTML::js(‘path’) !}

    B
    {!! HTML::javascript(‘path’) !!}

    C
    {{ HTML::script(‘path’) }}

    D
    {!! HTML::script(‘path’) !!}

    Note: Not available
    1. Report
  2. Question: View variables can be printed as

    A
    {<?php $variable ?>}

    B
    { $variable }

    C
    {{ $variable }}

    D
    <?php echo $variable ?>

    Note: Not available
    1. Report
Copyright © 2024. Powered by Intellect Software Ltd