@extends('layouts.master') @section('title') @endsection @section('headername') @endsection @section('content')

Completed Shippments

@foreach ($complete_orders as $order) @if ($order->shippment_status == "Shipped") @endif @endforeach
ID Date P_Name Eye SPH Cyl Axis Add PD LensType PH A B DBL ED Coating1 Coating2 Shippment
{{ $order->id }} {{ $order->order_head_date->date_of_service }} {{ $order->order_head->patient_name }} {{ $order->eye }} {{ $order->sph }} {{ $order->cyl }} {{ $order->axis }} {{ $order->add }} {{ $order->pd }} {{ $order->lens_type->lenses }} {{ $order->ph }} {{ $order->a }} {{ $order->b }} {{ $order->dbl }} {{ $order->ed }} {{ $order->coating->coating_1 }} {{ $order->coating2->coating_2 }} {{ $order->shippment_status }}
@endsection @section('scripts') @endsection