@extends('back.layouts.main') @section('title' , 'View Order status '.$model->id) @section('content')
Status | {{$model->status}} |
---|---|
Status en | {{$model->status_en}} |
Message | {{$model->message}} |
Message en | {{$model->message_en}} |
Send notification | {{$model->send_notification}} |
Action | {{$model->action}} |
Is cancel | @if($model->is_cancel=='1') @else @endif |
Sort | {{$model->sort}} |