@extends('admin.layouts.master') @section('title', $title) @section('content')
{{ __('dashboard.category') }}: {{ $row->category->title }}
{{ __('dashboard.description') }}: {!! $row->description !!}
{{ __('dashboard.status') }}: @if( $row->status == 1 ) {{ __('dashboard.active') }} @else {{ __('dashboard.inactive') }} @endif