@extends('picking.head') @section('content')
id}} data-order="{{$order}}">
@if($order)
@if (!$order->isDelivered())
@endif
@include('picking.order_description')
@yield('status_content')
@include('picking.notes')
@include('picking.packaging')
@include('picking.evidences')
@yield('status_action')
@include('picking.modal_product_details')
@else
Nothing to display
@endif
@endsection