@extends($_layout . 'main') {{-- khai báo title --}} @section('title', 'Thiết lập Gian hàng') {{-- tên modul xuất hiện trong sub header --}} @section('module.name', 'Gian hàng') @section('body.class', 'm-brand--minimize m-aside-left--minimize body-light-bg ') @section('subheader.disabled', 1) @section('topbar.title', 'Chỉnh sửa Gian hàng') @php array_unshift($showroomFormConfig['inputs'], [ 'namespace' => 'hidden_id', 'name' => 'id', 'id' => 'input-hidden-id', 'type' => 'hidden', 'value' => $showroom->id, ]); @endphp {{-- Nội dung --}} @section('content')
@csrf

Thiết lập gian hàng

@include($_base . 'forms.form-input-list', $showroomFormConfig)

Chỉnh sửa gian hàng @if ($template && !$available) Mẫu gian hàng dã hết hạn {{ $expire }} @endif

@if ($template)