@extends('network.layouts.app') @section('title', 'Dashboard') @section('content')

Agent Import

@if(count($importerrors) > 0) @endif All Agents
@if (session('success')) @endif @if (session('error')) @endif @if (session('info')) @endif
@csrf
@error('file')
{{ $message }}
@enderror
@endsection