@extends('layouts.default') @section('title') @endsection @section('header-style') @endsection @section('content') {{-- @json($product) --}}

Product Setup


@if(Session::has('message')) @endif
product_id)) action="{{route('setup.product-update', [$product->product_id])}}" @else action="{{route('setup.product-post')}}" @endif method="post" enctype="multipart/form-data"> @csrf @if (isset($product->product_id)) @method('PUT') @endif
{{-- --}}
@if(isset($product->file_info)) {{$product->file_info->file_name}} @endif
  • active_yn == \App\Enums\YesNoFlag::YES)) checked @elseif(!$product) checked @endif />
  • active_yn != \App\Enums\YesNoFlag::YES)) checked @endif />
{{--
--}} {{-- --}} {{-- --}} {{--
--}} @if($product['product_id']) Cancel @else @endif
@include('setup.product-datatable-list')
@endsection @section('footer-script') @endsection