@extends('layouts.admin') @section('content') @can('device_create')
{{ trans('global.add') }} Project @include('csvImport.modal', ['model' => 'Device', 'route' => 'admin.devices.parseCsvImport']) {{-- {{ trans('global.scan') }} {{ trans('cruds.device.title_singular') }} --}}
@endcan
Project {{ trans('global.list') }}
No Name Action
@endsection @section('scripts') @endsection