@extends('admin.layouts.master') @section('css') @endsection @section('content')
{{--

Profile

--}}

Profile

{{-- @dd($profile) --}}
@if($profile->profile_image != NULL) @else @endif
Name {{$profile->name}} Designation {{$profile->designation}}
Mobile Number {{$profile->mobile_no}} Email {{$profile->email}}
Fax Number {{$profile->fax ?? ''}}
Address {{$profile->address}} Educational Qualification {{$profile->educational_qualifications}}
About {!!$profile->about ?? ''!!}
Research Experience {!!$profile->research_exp ?? ''!!}
@endsection @section('js') @endsection