@if ($errors->has('product_name'))
{{ $errors->first('product_name') }}
@endif
@if ($errors->has('product_cost'))
{{ $errors->first('product_cost') }}
@endif
@if(!empty($holders) && count($holders) > 0)
@endif
@if ($errors->has('account_holder'))
{{ $errors->first('account_holder') }}
@endif