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