Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

section laravel append

@extends('layouts.master')

@section('sidebar')
    @parent

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

@section('content')
    <p>This is my body content.</p>
@stop
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #section #laravel #append
ADD COMMENT
Topic
Name
5+2 =