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

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

@csrf
{{-- --}} @foreach ($data as $pool) {{-- --}} @endforeach
ID Name Range Action
{{ $pool->{'.id'} }} {{ $pool->{'name'} }} {{ $pool->{'ranges'} }} Edit
@csrf @method('DELETE')
Edit
@endsection