@extends('backend.layouts.app') @section('main') @section('title', 'Daftar OLT')
OLT DEVICES
@if (auth()->user()->role === 'Admin') {{-- --}} @endif
@include('backend.olt.modal.create') @include('backend.olt.modal.edit')
NO NAMA TIPE IP ADDRESS USERNAME PASSWORD AKSI
@endsection @push('scripts') @if (Session::has('errors')) @endif @endpush