@extends('layout.main') @section('content') @can('store-user') {{ __('Add Device') }} @endcan @can('delete-user') {{ __('Bulk delete') }} @endcan {{ __('IP Address') }} {{ __('Port') }} {{ trans('Serial Number') }} {{ trans('Type') }} {{ trans('Name') }} {{ trans('file.Company') }} {{ trans('file.Department') }} {{ trans('Status') }} {{ trans('file.Action') }} {{ __('Add Device') }} {{ __('Basic Information') }} @csrf {{ __('IP Address') }} * {{ __('Port') }} * {{ __('Serial Number') }} * {{ trans('Type') }} * {{ trans('GPS') }} {{ trans('Fingerprint') }} {{ trans('Name') }} {{trans('file.Company')}} trans('file.Company')])}}...'> @foreach($companies as $company) {{$company->company_name}} @endforeach {{trans('file.Department')}} trans('file.Department')])}}...'> {{ trans('file.Active') }} {{ __('Add Device') }} {{ trans('file.Edit') }} {{ __('Basic Information') }} @csrf {{ __('IP Address') }} * {{ __('Port') }} * {{ __('Serial Number') }} * {{ trans('Type') }} * {{ trans('GPS') }} {{ trans('Fingerprint') }} {{ trans('Name') }} {{trans('file.Company')}} trans('file.Company')])}}...' required> @foreach($companies as $company) {{$company->company_name}} @endforeach {{trans('file.Department')}} trans('file.Department')])}}...'> {{ trans('file.Active') }} {{ __('file.Edit') }} {{ trans('file.Confirmation') }} {{ __('Are you sure you want to remove this data?') }} @endsection @push('scripts') @endpush