<
Контакты
@extends('layouts.app')
@section('title-block')Контакты@endsection
</section>
@section('content')
<h1>Контакты</h1>
@endsection
<<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>@yield('title-block')</title>
</head>
<body>
@yield('content')
</body>
</html>