@extends('layouts.app_v2') @section('title', $category->name . ' | ' . config('app.meta_title')) @section('og_image', $category->image_url) @section('og_url', $category->url) @section('og_type', $category->name) @section('content')
{!! $item->des !!}