10 lines
221 B
PHP
10 lines
221 B
PHP
@extends('layout.index', [
|
|
'title' => __('shop.tariffs.title'),
|
|
'subtitle' => __('shop.tariffs.add'),
|
|
'breadcrumb' => [__('shop.tariffs.title')]
|
|
])
|
|
|
|
@section('content')
|
|
@include('Admin.Shop.Tariffs.form')
|
|
@endsection
|