@extends('backend.template.layouts.template-base') @section('title') Meta Tags | {{ config('setting.website_name') ?: config('app.name') }} @endsection @section('content') @foreach ($pages as $page) {{ ucwords(str_replace(['_' , '-'], ' ', $page)) }} Page @endforeach @csrf {{ ucwords(str_replace(['_' , '-'], ' ', ($meta->page ?? request()->route('page')) )) }} Page - Meta Tag Meta Title Meta Description {{ $meta ? $meta->description : '' }} Meta Keyword Other Script Tag {{ $meta ? $meta->others : '' }} Note: It should be only script tag Submit @endsection @section('scripts') @endsection