@extends('layouts.dashboard.layout')
@section('content')
Work Order # : {{$data->work_orderno}}{{$data->id}}
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}}
Type : {{$data->repair_compensation}}
Plan Name : {{ $plan }}
Status : {{$data->status}}
Pictures :
@foreach($images as $img)
@endforeach
Claim Items :