@extends('layouts.metronic') @section('content')
Log Servicii
@foreach ($log_services as $log) @endforeach
Terminal Client Service Url Date
@if ($log->terminal) {{ $log->terminal->name }} @else No terminal name @endif {{ $log->client->name }} {{ $log->service->name }} {{ $log->service->url }}{{ $log->in_get_params }} {{ \Carbon\Carbon::parse($log->created_at)->format('d/m/Y h:m:s') }}
@endsection @section('scripts') @endsection @section('menuVariables') var menuItemName = "menuLogServices"; var submenuItemName = ""; @stop