@yield("head")
@include("Common::layout.header")
@include("Common::layout.menu")
@yield("content")
@include("Common::layout.footer")