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

{{__("Logs")}}

@foreach($logs as $log) @endforeach
{{__("Code")}} {{__("Equipment")}} {{__("Created by")}} {{__("Issued to fitter")}} {{__("Receiver number")}} {{__("From the warehouse")}} {{__("Package number")}} {{__("Quantity")}} {{__("Created_at")}}
quantity < 0) style="color:red" @endif>{{$log->code}} quantity < 0) style="color:red" @endif>{{$log->equipment}} quantity < 0) style="color:red" @endif>{{$log->user_name.' '.$log->user_surname}} quantity < 0) style="color:red" @endif>{{$log->fitter_name.' '.$log->fitter_surname}} quantity < 0) style="color:red" @endif>{{$log->receive_number}} quantity < 0) style="color:red" @endif>{{$log->from}} quantity < 0) style="color:red" @endif>{{$log->package_number}} 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