@include('layouts.admin.settingsbar')
@include('partials._page_header', ['pageTitle' => 'HTML / JS Code']) @include('partials.message')
@csrf

Header Code

Paste scripts here that should load in the <head> section — e.g. Google Analytics, Google Search Console verification, or any other tracking/verification tags.

{{ $errors->first('header_code') }}

Footer Code

Paste scripts here that should load just before the closing </body> tag — e.g. chat widgets, remarketing pixels, or any deferred JavaScript.

{{ $errors->first('footer_code') }}