@extends('admin.layouts.master') @section('title', $title) @section('content')
{{ __('dashboard.designation') }}: {{ $row->designation->title }}
@if(!empty($row->designation->department)){{ __('dashboard.department') }}: {{ $row->designation->department }}
@endif{{ __('dashboard.photo') }}:
{{ __('dashboard.description') }}: {!! $row->description !!}
{{ __('dashboard.phone') }}: {{ $row->phone }}
@if(isset($row->whatsapp)){{ __('dashboard.whatsapp') }}: {{ $row->whatsapp }}
@endif{{ __('dashboard.email') }}: {{ $row->email }}
{{ __('dashboard.status') }}: @if( $row->status == 1 ) {{ __('dashboard.active') }} @else {{ __('dashboard.inactive') }} @endif