Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

@include laravel

@yield imports code from a "section" in the child file ( the "view" blade file. ) 
For eg.:

< some html or other script >

  @yield('needed_section_name')

< more html or other script >
  
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #laravel
ADD COMMENT
Topic
Name
7+4 =