@extends('layouts.app') @section('content') @if(!$logs->isEmpty())

{{__("Logs")}}

@foreach($logs as $log) @endforeach
{{__("Tools")}} {{__("Created by")}} {{__("Issued to worker")}} {{__("Quantity")}} {{__("Created_at")}}
quantity < 0) style="color:red" @endif>{{$log->tool}} quantity < 0) style="color:red" @endif>{{$log->storekeeper_name.' '.$log->storekeeper_surname}} quantity < 0) style="color:red" @endif>{{$log->worker_name.' '.$log->worker_surname}} quantity < 0) style="color:red" @endif>{{$log->quantity}} quantity < 0) style="color:red" @endif>{{date('d.m.Y. H:i:s', strtotime($log->created_at))}}
@endif @endsection