@extends('layout.app') @section('content')
Add Olt
@forelse ($oltinfos as $oltinfo) @empty @endforelse
Olt Address Community Port Olt Company Olt Type Action
{{ $oltinfo->olt_address }} {{ $oltinfo->community }} {{ $oltinfo->port }} {{ $oltinfo->olt_company }} {{ $oltinfo->olt_type }} Edit
@csrf @method('DELETE')
No Data Found
@endsection