@extends('site.layouts.main') @section('content')
{{-- start types --}} @php $count = 0; @endphp {{-- end of types --}}
@php $count = 0; @endphp @foreach ($servers as $type => $server)
@foreach($server->toArray() as $index => $ser) @endforeach @php $count++; @endphp
# Image Name Date
{{ $index+1 }} {{ $ser->name }} {{ date('d-m-Y',($ser->date)) }}
@endforeach
@endsection