6 lines
136 B
PHP
6 lines
136 B
PHP
@php($title = 'Новости')
|
|
@extends('layouts.admin')
|
|
@section('content')
|
|
@include('admin::posts.path.create-form')
|
|
@endsection
|