@extends('layouts.fe_master') @php $title = '30PICTURES - ARTICLES'; $description = $category->title; $ogTitle = $title; $ogDescription = $description; $ogImage = url('/assets/images/media/media-1.jpg'); $twitterTitle = $title; $twitterDescription = $description; $artistName = '30PICTURES'; $schemaDescription = $description; @endphp @section('content')

{{ $category->title }}

{!! $category->description !!}

Read More
@endsection @section('script') @endsection