@extends('layouts.default') @section('title') @endsection @section('header-style') @endsection @section('content') {{--@json($teams)--}}
product_detail_id)) action="{{route('setup.product-format-update', [$product_detail->product_detail_id])}}" @else action="{{route('setup.product-format-post')}}" @endif method="post"> @csrf @if (isset($product_detail->product_detail_id)) @method('PUT') @endif

Product Format Setup


Format Setup


@if(Session::has('message')) @endif
  • active_yn == \App\Enums\YesNoFlag::YES)) checked @elseif(!$product_detail) checked @endif />
  • active_yn != \App\Enums\YesNoFlag::YES)) checked @endif />
@include('setup.product-format-datatable-list') @endsection @section('footer-script') @endsection