@include('investigations::labs.menu')
@include('flash::message')
{{ Form::open(['method' => 'post', 'method' => 'PUT', 'route' => ['labs.update', $lab]]) }}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
{{ Form::select('chart_of_account', $chart_of_accounts, $lab->account_id, ['class' => 'form-control compulsory income_account', 'required']) }}
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{ Form::close() }}