Files
opensem/resources/views/Admin/Shop/Tariffs/edit.blade.php
2021-09-01 10:25:59 +02:00

9 lines
221 B
PHP

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