@extends( 'layouts.app' ) @section('title') Department Detail @stop @section('breadcrumb') @stop @section('content')

Department Information


@if($department->status == true) @else @endif
Name {{$department->name}}
StatusActive InActive
Updated at {{$department->updated_at}}
Created at {{$department->created_at}}
@stop