@extends('layouts.dashboard.layout') @section('content')
@if(Session::has('flash_message_error'))
{!! session('flash_message_error') !!}
@endif @if(Session::has('flash_message_success'))
{!! session('flash_message_success') !!}
@endif

Work Order # : {{$data->work_orderno}}

Claim Date : {{date('d-m-Y', strtotime($data->created_at))}}

Move Date : {{date('d-m-Y', strtotime($data->move_date))}}

Customer Name : {{$data->name}}

Note : {{$data->note}}

Plan Name : {{ $plan }}

Status : {{$data->status}}

Claim Items :

@if($plan == "VIP Protection") @elseif($plan == "YMM Protection") @else @endif @foreach($claimRowItems as $item) @if($plan == "VIP Protection") @elseif($plan == "YMM Protection") @else @endif @endforeach
Name Type Photo Description of Damage Pur. Date Pur. Price Receipt MessagePur. Date Pur. Price Receipt Weight Compensation Amount Item Date Category Pending Status Status
{{ $item['itme_name'] }} {{ $item['type'] }} {{ $item['description'] }} @if($item['date_of_purchase'] != null) {{date('d-m-Y', strtotime($item['date_of_purchase']))}} @endif {{ $item['purchase_price'] }} @if($item['receiptphoto'] != null) @else @endif {{ $item['message'] }} @if($item['date_of_purchase'] != null) {{date('d-m-Y', strtotime($item['date_of_purchase']))}} @endif {{ $item['purchase_price'] }} @if($item['receiptphoto'] != null) @else @endif {{ $item['weight'] }} @if($item['weight'] != null) @else @endif {{ $item['total'] }}{{ date('d-m-Y', strtotime($item['upddate'])) }}



Admin Comment
{{ csrf_field() }}
View Comment
@foreach($commentArray as $item)

{{ $item['note'] }}

@foreach($img as $imgs) @endforeach
@endforeach
@endsection