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

{{ __('lab_instruments.lab_instruments') }}

@include('investigations::lab_instruments.menu')
@include('flash::message')
@foreach($instruments as $instrument) @endforeach
{{ __('lab_instruments.lab_instrument') }}
{{ $instrument->name }} {{ __('lab_instruments.edit') }} {{ Form::model($instrument->id ,['method' => 'DELETE', 'route' => ['lab_instruments.destroy', $instrument->id]]) }} {{ Form::close() }}
@endsection @push('scripts') @endpush