Files
opensem/resources/views/Admin/Shop/Articles/edit.blade.php
2023-11-13 23:03:12 +01:00

10 lines
265 B
PHP

@extends('layout.index', [
'title' => __('shop.articles.title'),
'subtitle' => __('shop.articles.edit'),
'breadcrumb' => [__('shop.articles.title'), __('shop.articles.edit')],
])
@section('content')
@include('Admin.Shop.Articles.form')
@endsection