@extends('admin.master') @section('body')
Department Name | Short Description | Image | Long Description | Publication Status | Action |
---|---|---|---|---|---|
{{ $department->name }} | {{ $department->short_description }} |
|
{{ $department->long_description }} | {{ $department->status == 1 ? 'Published' : 'Unpublished'}} | @if($department->status == 1) Unpublished @else Published @endif |