@extends('backend.layout.main') @section('content')
@foreach ($lims_device_type_all as $key => $device_type) @endforeach
{{ __('db.name') }} {{ __('db.category') }} {{ __('db.Description') }} {{ __('db.action') }}
{{ $key }} {{ $device_type->name }} {{ ucfirst($device_type->category) }} {{ $device_type->description ?? '-' }}
{{-- Create Modal --}} {{-- Edit Modal --}} @endsection @push('scripts')