@include - import the contents of a separate file into the current file at the location in which it is placed.
i.e.: < some html or other script >
Eg.
@include('include.file_name') // "include." indicates the subdirectory that the file is in
< more html or other script >