Просмотр файла resources/views/pages/closed.blade.php

Размер файла: 182B
@extends('layout')

@section('title')
    {{ __('pages.closed') }}
@stop

@section('content')
    {{ __('pages.closed_text1') }}<br>
    {{ __('pages.closed_text2') }}<br><br>
@stop