@extends('dashboard.master') @section('title', 'Device Setting') @push('css') @endpush @section('content')
Device Setting
Back @if(Auth::user()->role_id == 1 || Auth::user()->type == 1 || Auth::user()->canPerm('device_settings.create')) Create @endif
SN Device Name Device IP Device Port Action
{{-- add modal --}} {{-- edit modal --}} @push('js') @endpush @endsection