@extends('master.front') @section('title') {{__('Invoice')}} @endsection @section('content')
@php if($order->state){ $state = json_decode($order->state,true); }else{ $state = []; } @endphp @endsection