@extends('layouts.app') @section('styles') @endsection @section('content')
@csrf
  • รายละเอียด
  • {{ __('websetting_admin.seo') }}
  • รูปภาพ
  • อื่นๆ
@includeIf('product::product.form_detail') @includeIf('product::seo.form_seo') @includeIf('product::product.form_image') @includeIf('product::product.form_other')
@endsection('content') @section('scripts') {{-- --}} @endsection