@extends('layouts.master') @section('content')
Detalles del pedido {{$order->id}}
{{$order->comments}}
@if($order->status == 1) @include('training_orders.partials.received_show') @else @include('training_orders.partials.receive_form') @endif @stop