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

{{__("Logs")}}

@foreach($logs as $log) @switch($log->client_type) @case(5) @break @case(6) @break @default @endswitch @endforeach
{{__("Equipment")}} {{__("Quantity")}} {{__("Package")}} {{__("From warehouse")}} {{__("Client")}} {{__("Client type")}} {{__("Created_at")}}
quantity < 0) style="color:red" @endif>{{$log->equipment}} quantity < 0) style="color:red" @endif>{{$log->quantity}} quantity < 0) style="color:red" @endif>{{$log->package_number}} quantity < 0) style="color:red" @endif>{{$log->storage}}quantity < 0) @endif>{{$log->client_id}}quantity < 0) @endif>{{$log->client_id}}{{$log->client_id}}quantity < 0) style="color:red" @endif>{{$log->client_type_name}} quantity < 0) style="color:red" @endif>{{date('d.m.Y. H:i:s', strtotime($log->created_at))}}
@endif @endsection