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

{!! nl2br($category->title) !!}

{!! $category->description !!}

Sort
Fillter
{{-- @foreach ($posts as $item) @endforeach --}}
Read More
@endsection @section('script') @endsection