@extends('layouts.app') @section('content')

{{ $info->page_url == 'websites' ? 'Websites' : $info->title }}

@csrf

Meta Information

@if (!empty($info->meta_image))
Meta Image
@endif
@if (!empty($info->featured_image)) @endif
@endsection @push('headerPartial') @endpush @push('footerPartial') @endpush