@extends('master') @section('content')
@foreach($productype as $productype)
@csrf
@error('txtCode') {{$message}} @enderror
@error('txtName') {{$message}} @enderror
@if($TranslateButton == true)
@endif
@if($productype->Status ==1) @else @endif
@endforeach
@endsection @section('script')