@extends('layouts.admin') @section('title', 'Processing Log #' . $log->id) @section('header', 'Processing Log #' . $log->id) @section('content')
{{ $log->error_message }}
@if($log->error_code)Code: {{ $log->error_code }}
@endif{{ json_encode($log->raw_data, JSON_PRETTY_PRINT | JSON_UNESCAPED_UNICODE) }}
{{ json_encode($log->response_data, JSON_PRETTY_PRINT | JSON_UNESCAPED_UNICODE) }}