@extends('User.Layout.main_layout') @section('title','Address Change Request') @section('main_container')

View Address Change Request

@if(!$addresschange ->isEmpty()) @foreach($addresschange as $data) @if($data->status=='Pending' || $data->status=='Approved' || $data->status=='In Progress') @if($data->status=='Approved') @else
@endif @endif @endforeach @else

No Data Available

@endif
#. Subject Message Status Action

Warning: Undefined variable $data in /home/karnava/public_html/center.karnavati.in/resources/views/User/address_request.blade.php on line 91

Warning: Attempt to read property "id" on null in /home/karnava/public_html/center.karnavati.in/resources/views/User/address_request.blade.php on line 91

Warning: Undefined variable $data in /home/karnava/public_html/center.karnavati.in/resources/views/User/address_request.blade.php on line 92

Warning: Attempt to read property "subject" on null in /home/karnava/public_html/center.karnavati.in/resources/views/User/address_request.blade.php on line 92

Warning: Undefined variable $data in /home/karnava/public_html/center.karnavati.in/resources/views/User/address_request.blade.php on line 93

Warning: Attempt to read property "message" on null in /home/karnava/public_html/center.karnavati.in/resources/views/User/address_request.blade.php on line 93

Warning: Undefined variable $data in /home/karnava/public_html/center.karnavati.in/resources/views/User/address_request.blade.php on line 102

Warning: Attempt to read property "status" on null in /home/karnava/public_html/center.karnavati.in/resources/views/User/address_request.blade.php on line 102

Warning: Undefined variable $data in /home/karnava/public_html/center.karnavati.in/resources/views/User/address_request.blade.php on line 112

Warning: Attempt to read property "status" on null in /home/karnava/public_html/center.karnavati.in/resources/views/User/address_request.blade.php on line 112

@endsection