@extends('backend.template') @section('content')

Title :     {{$data->title}}

Alias :     {{$data->alias}}

Status :     {{$data->status == 1 ? 'Active' : 'Inactive'}}

Remarks :     {{$data->remarks}}

Display Order :     {{$data->display_order}}

Createdby :     {{$data->createdby}}

Updatedby :     {{$data->updatedby}}

Job Description :     {{$data->job_description}}

Departments Id :     {{$data->departments_id}}

Created On :   {{$data->created_at}}

Created By :   {{$data->createdBy}}

Updated On :   {{$data->updated_at}}

Updated By :   {{$data->updatedBy}}

@endSection