@extends('dashboard-layout.master') @section('content')
@csrf


{{$user->name}}
Account No: {{$user->iflex_ID}}
Name
Email @if($user->email=="") @endif @if($msg=session()->get('error'))
@endif
Please Enter Password
@endsection