@extends("layout") @section("content")
@if (Session::has('message'))
{{ trans(Session::get('message')) }}
@endif @if($errors->all())
{{ HTML::ul($errors->all()) }}
@endif
EID supplies/inventory Calculator
{{ Form::open(array('url' => 'inhouserequest', 'id' => 'form-inhouserequest', 'method' => 'POST')) }}
{{ Form::label('input1', 'Estimated Tests:') }}

{{ Form::label('amplification', 'Amplification Kit') }}

{{ Form::label('control', 'Control Kit') }}

{{ Form::label('msample', 'msample Prep') }}

{{ Form::label('folio_number', 'Bulk mLysis') }}

{{ Form::label('vessels', '200ml Reagent Vessels') }}

{{ Form::label('adhesive_covers', 'Adhesive Covers') }}

{{ Form::label('deep_well', 'Deep Well Plates') }}

{{ Form::label('reaction_plate', 'Optical Reaction Plate') }}

{{ Form::label('master_mix', 'Master Mix Tubes') }}

{{ Form::label('reaction_vessel', 'Reaction Vessels') }}

{{ Form::label('disposable_tips_one', '1000µL Disposable Tips') }}

{{ Form::label('disposable_tips2', '200µL Disposable Tips') }}

{{ Form::label('biohazard_bags', 'Biohazard Bags') }}

{{ Form::button(" ".trans('messages.save'), array('class' => 'btn btn-primary', 'onclick' => 'submit()')) }}
@stop