@extends('layouts.app') @section('styles') @endsection @section('content')
@csrf
@includeIf('product::brand.form_th') @includeIf('product::brand.form_en')
@includeIf('product::brand.form_image') @includeIf('product::brand.form_status')
@include('product::seo.form_tab')
@endsection('content') @section('scripts') @endsection