@extends('layouts.app') @section('content')

{{$fitter}} ({{__("Devices")}})

@foreach($workerDevices as $br=>$dev) @endforeach
{{__("No.")}} {{__("Serial number")}} {{__("Device")}} {{__("Created at")}}
{{($br+1).'.'}} {{$dev->serial}} {{$dev->device}} @if($dev->created_at){{date('d.m.Y. H:i:s', strtotime($dev->created_at))}}@endif
@endsection