@extends('layouts.app') @section('content')

Show Team

All Team
@if (!empty($info->image)) Team Image @endif

{{$info->name}}

{{!empty($info->designation) ? $info->designation : ''}}

@if (!empty($info->description))

{!! $info->description !!}

@endif

More details

Phone: {{!empty($info->phone) ? $info->phone : 'N/A'}}

Email: {{!empty($info->email) ? $info->email : 'N/A'}}

Department: {{!empty($info->department) ? $info->department : 'N/A'}}

Joining Date: {{!empty($info->joining_date) ? $info->joining_date : 'N/A'}}

@endsection