Maklumat Tempat Tinggal:

{{ old('alamat_1',$user->Profile->alamat_1) }}
{{ $user->Profile->alamat_2 }}
{{ $user->Profile->alamat_3 }}
{{ old('poskod',$user->Profile->poskod) }}
{{ old('daerah',$user->Profile->daerah) }}
@foreach($states as $state) @if($state->id == old('negeri', $user->Profile->negeri)) {{ $state->nama }} @endif @endforeach