We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows
@section('footer') <div class="float-right"> Version: {{ config('app.version', '1.0.0') }} </div> <strong> <a href="{{ config('app.company_url', '#') }}"> {{ config('app.company_name', 'My company') }} </a> </strong> @stop
@section('footer') <div class="float-right"> Version: {{ config('app.version', '1.0.0') }} </div> <strong> <a href="{{ config('app.company_url', '{{ route('dashboard') }}') }}"> {{ config('app.company_name', 'Made with ❤️ Company') }} </a> </strong> @stop
No response
Parse Error : syntax error, unexpected 'dashboard' (T_STRING), expecting ')' on line 1 > 1 | <?php echo config('app.company_url', '{{ route('dashboard') ?> | ^
The text was updated successfully, but these errors were encountered:
shufo
Aryo07
No branches or pull requests
Platform
Windows
Template before formatting
Template after formatting
Expected Behaviour
No response
Relevant log output
The text was updated successfully, but these errors were encountered: