Bhupender
0
Q:

using get in laravel blade

<!-- Stored in resources/views/child.blade.php -->

@extends('layouts.app')

@section('title', 'Page Title')

@section('sidebar')
    @parent

    <p>This is appended to the master sidebar.</p>
@endsection

@section('content')
    <p>This is my body content.</p>
@endsection
1
{{ request()->has('faq') ? request()->get('faq') : '' }}
0

New to Communities?

Join the community