@php $var = _i('This is a variable.'); $n = 3; @endphp
{{ _i('There are %s red cars.', $n) }}
{{ __('However, there are also blue cars.') }}
{{ _n('There is also a single green car.', 'There are also %d green cars.', 2) }}
@section('test') @php /** Comment above the string */ _i('Help, there is a comment above me.') @endphp @php _i( 'This is a multi-line function call. %s', 'Yes.' ) @endphp @endsection