@extends('layout.main') @section('title', 'Detail Pegawai') @section('prev-page') Home - Daftar Pegawai @endsection @section('content')
Detail Pegawai
{{ $detail->name }}
{{ $detail->email }}
{{ $detail->mobile_phone }}
{!! nl2br($detail->address) !!}
{{ $detail->position }}
{{ date_format(date_create($detail->joined), 'd F Y') }}
{{ $detail->status->name }}
@endsection @section('other-scripts') @endsection