@extends('layouts.main') @push('styles') @endpush @section('content')

{{ __('labs.labs') }}

@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::label('expenses_account_id', __('general_items.expense_account')) }} {{ Form::select('expenses_account_id', $expense_accounts, $lab->expenses_account_id, ['class' => 'form-control expenses_account', 'required']) }}
{{--
--}}
{{ Form::label('unit_id', __('labs.form')) }} {{ Form::select('form', $forms, $lab->form_id, ['class' => 'form-control expenses_account']) }}
{{-- --}}
{{ Form::label('unit_id', __('labs.unit')) }} {{ Form::select('unit', $units, $lab->unit_id, ['class' => 'form-control expenses_account']) }}
{{--
--}} {{--
--}}
{{ Form::close() }}
@endsection @push('scripts') @endpush