@extends('layouts.app') @section('title', $item->name . ' | ' . config('app.meta_title')) @section('description', $item->meta_description) @section('keywords', $item->meta_keywords) @section('og_image', $item->image_url) @section('og_url', $item->url) @section('og_type', $item->category->name) @push('head') @endpush @section('content')