@extends('website.layouts.web-layouts') @section('title', $content->title ?? '') @section('description', Str::of(strip_tags($content->description ?? ''))->words(100)) @section('image', $content->image ?? '') @section('url', url()->full()) @section('content') {{-- --}}
{{--

{{ $content->title ?? '' }}

--}}
@endsection