@yield('sidebar', 'Default Content');
< some html or other script >
@yield('needed_section_name')
< more html or other script >
@extends('layout.file_name')
... code as neeeded
@section('needed_section_name')
< some cool code here >
@stop
...
more code as needed