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