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