@extends('layouts.dashboard.layout')
@section('content')
| ID | MoveDate | Customer Name | Address From | City From | Document | Action |
|---|---|---|---|---|---|---|
| {{$item['id']}} | {{date('d-m-Y', strtotime($item->move_date))}} | {{$item['name']}} | {{$item['address_from']}} | {{$item['city_from']}} |
@if($item['upload_document'] != '')
view
@else
- @endif |