\n
\n\n\n\n

This layout has placeholders (@yield) for the title and the main content. Now, let’s say you’re creating a home page. You can extend this layout like this:
\n<\/p>\n\n

@extends('layout')\n\n@section('title', 'Home Page')\n\n@section('content')\n    

Welcome to the Home Page!<\/h1>\n@endsection\n<\/pre>\n\n\n\n

@extends? ???? ????? ???? @section? ???? ?? ???? ?????? ?? ? ????. ??? ?? ??? DRY(???? ??) ??? ???? ??? ??????. Blade? ?????? ????? ??? ? ?????? ????? ??? ?? ? ??? ? ??? ????.<\/p>\n\n

\"Get<\/p>\n\n

\n \n \n ???? ?? ??\n<\/h2>\n\n

???? ????? UI? ?? ?? ?? ??? ????. ?? ?? ????? ??? ???. ?????? ?? ??? ??? ??? ??? ??? ??? ???? ??? ? ????. ??? ?? ??? ? ???? ?? ??? ?????.<\/p>\n\n

????? ? ? ???? ?????? ???? ??? ? ????. ?? ????? ???? ??? ??? ??????? ?? ?? ???? ?? ??? ??????! ? ??? ??? ????? ??? ???? ???? ?? ???? ?? ? ????.<\/p>\n\n

??? ?? ?? ??? ??? ????.
\n<\/p>\n\n

\n