@extends('layouts.app') @section('title','Order '.$order->reference.' — BlueBando v3') @section('content')
{{ json_encode($order->meta, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES) }}