@extends('layouts.admin.e-commerce.app') @section('title', 'Category Information') @section('content')

Category Information

Category Information

Cover Photo @if ($category->cover_photo == 'default.png') Cover Photo @else Cover Photo @endif
Name {{$category->name}}
Description {{$category->description}}
Status @if ($category->status) Active @else Disable @endif
is_features @if ($category->is_feature) Yes @else No @endif
@endsection