@extends('admin.layouts.master') @section('css') @endsection @section('content')
|
@if($profile->profile_image != NULL)
|
|||
| Name | {{$profile->name}} | Designation | {{$profile->designation}} |
|---|---|---|---|
| Mobile Number | {{$profile->mobile_no}} | {{$profile->email}} | |
| Fax Number | {{$profile->fax ?? ''}} | ||
| Address | {{$profile->address}} | Educational Qualification | {{$profile->educational_qualifications}} |
| About | {!!$profile->about ?? ''!!} | ||
| Research Experience | {!!$profile->research_exp ?? ''!!} | ||