@csrf
{!! Form::label('id_new', __('Id New')) !!}

{{ $baluwoProduct->id_new }}

{!! Form::label('type', __('Type')) !!}

{{ $baluwoProduct->type }}

{!! Form::label('carrier', __('Carrier')) !!}

{{ $baluwoProduct->carrier }}

{!! Form::label('fixedAmounts', __('Fixedamounts')) !!}

{{ $baluwoProduct->fixedAmounts }}

{!! Form::label('career_name', __('Career Name')) !!}

{{ $baluwoProduct->career_name }}

{!! Form::label('career_country', __('Career Country')) !!}

{{ $baluwoProduct->career_country }}

{!! Form::label('career_country_id', __('Career Country Id')) !!}

{{ $baluwoProduct->career_country_id }}

{!! Form::label('career_country_name', __('Career Country Name')) !!}

{{ $baluwoProduct->career_country_name }}

{!! Form::label('career_country_continent', __('Career Country Continent')) !!}

{{ $baluwoProduct->career_country_continent }}

{!! Form::label('career_country_markup', __('Career Country Markup')) !!}

{{ $baluwoProduct->career_country_markup }}

{!! Form::label('note', __('Note')) !!}

{{ $baluwoProduct->note }}

{!! Form::label('created_at', __('Created At')) !!}

{{ $baluwoProduct->created_at }}

{!! Form::label('updated_at', __('Updated At')) !!}

{{ $baluwoProduct->updated_at }}