@extends('admin.layouts.master') @section('content')
{{ trans('app.image') }} | {{ trans('app.name') }} | {{ trans('app.description') }} | {{ trans('app.listing') }} | {{ trans('app.category') }} | {{ trans('app.tags') }} | {{ trans('app.requires_shipping') }} | {{ trans('app.active') }} |
---|---|---|---|---|---|---|---|
{{ $row['name'] }} {{ trans('app.slug') }}: {{ $row['slug'] ?? Str::slug($row['name'], '-') }} |
{!! $row['description'] !!} |
|
{{ $row['categories'] }} | {{ $row['tags'] }} |