@extends('template') @section('content')
Ordem de Separação @if(routeAcess('admin.departamentos.create')) Incluir Vinculo @endif
@foreach($em_separacao as $ordem) @endforeach
# Cliente CPF/CNPJ Tipo Emissão Status
{{ $ordem->venda_id ? $ordem->venda_id : 'AVL'}} {{ $ordem->name }} {{ $ordem->cpf_cnpj }} {{ $ordem->tipo }} {{ dateToBR($ordem->created_at) }} {{ $ordem->status }} @if(!$ordem->conferido) @else @if($ordem->tipo == 'CMD') @endif @if($ordem->tipo == 'VND') @endif @endif
@stop() @section('js-admin-plan') @stop()