@extends('layouts.admin') @section('content') @php $lang=app()->getLocale(); @endphp
List of available Mikrotik routers
@foreach ($mikrotiks as $user) @endforeach
# Name IP User Created at Last modified Actions
{{ $user->id }} {{ $user->title }} {{ $user->ip }} {{$user->user}} {{ $user->created_at }} {{ $user->updated_at }}
{{-- --}} {{--
@csrf {{ method_field('DELETE') }}
--}}
@endsection