@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

View Move

{{$data->name}}
{{$data->address_from}}
{{$data->address_to}}
@foreach($plan as $item) @if($item->name == "VIP Protection" || $item->name == "YMM Protection" || $item->name == "Released Value") {{$item->name}} @else @endif @endforeach
{{$data->city_from}}
{{$data->city_to}}
{{$data->state_from}}
{{$data->state_to}}
{{$data->zipcode_from}}
{{$data->zipcode_to}}
{{$data->move_date}}
@if($data['upload_document'] != null) View Document @else

-

@endif
@endsection