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