@extends('layouts.app') @section('title', 'View Category Details') @section('content') Category Details Dashboard Category Details Category Details Name: {{ $category->name }} Type: {{ config('constant.category_type')[$category->category_type] }} Created By: {{ isset($category->createdby)?$category->createdby->name:'' }} Status: {{ $category->status == 1? ucfirst(config('constant.display_status')[1]):ucfirst(config('constant.display_status')[0]) }} Category Image: Back Edit @endsection
{{ $category->name }}
{{ config('constant.category_type')[$category->category_type] }}
{{ isset($category->createdby)?$category->createdby->name:'' }}