@extends('app.dashboard') @section('content')
@foreach ($status_types as $status_type) @if($status_type->id != 11) @endif @endforeach
@if($status_type->order_count == 0) @else @endif
@if($type == 8) @endif @foreach($orders as $order) @if($type == 8) @endif @endforeach
Order # Property Address City, County, State User Merged Docs Received Date Completed DateAction
{{ $order->order_number }} {{ $order->property_addressline1 }} {{ $order->property_city }}, {{ $order->county_name }}, {{ $order->short_code }} {!! ucfirst($order->first_name) !!} {!! ucfirst($order->last_name) !!} @if (is_null($order->merged_pdf)) No @else Yes @endif {{ $order->created_at }} {{ $order->completion_date }}
@endsection