@extends('layouts.app') @section('styles') @endsection @section('content')
@csrf
@includeIf('shop::detail.form')
@includeIf('shop::detail.form_tab_seo')
{{-- Branch --}} @if ($type == 1) @includeIf('shop::branch.index') @endif {{-- Channel --}} @if ($type == 2) @includeIf('shop::channel.index') @endif
@if (mwz_roles('admin.shop.branch.save')) @endif {{-- --}}
@endsection('content') @section('scripts') @endsection