@extends('layouts.medflixtemplate') {{-- --}} @section('head') @endsection {{-- --}} @section('content')

{{$staff->user->name}}

Contact Information

  • {{$staff->user->email}}
  • {{$staff->user->staff_profile->phone}}

@if(Auth::user()->staff_profile->user_type == "Admin") Role @else Role @endif

  • {{$staff->user->staff_profile->user_type}}

Reset password

{{-- --}} {{-- --}} {{-- --}} @endsection @section('script') @endsection