@extends('layout.main') @section('main')
DHCP Information

Here you can see the info about the DHCP on this router.

@csrf
{{-- --}} @foreach ($data as $dhcp) {{-- --}} @endforeach
ID Name Address Pool Interface Lease Time Action
{{ $dhcp->{'.id'} }} {{ $dhcp->{'name'} }} {{ $dhcp->{'address-pool'} }} {{ $dhcp->{'interface'} }} {{ $dhcp->{'lease-time'} }} Edit
@csrf @method('DELETE')
Edit
@endsection