@extends('layouts.admin') @section('content') @php $lang=app()->getLocale(); @endphp
Print
@foreach ($secrets as $secret) @endforeach
Connection date Client Information Bandwidth Consumed
{{$secret->created_at->format('M d ,Y')}} {{$secret->name}}
{{$secret->comments}}
{{$secret->profile}}
@endsection