@extends('setup.index') @section('title', 'Custom website header & footer scripts') @section('setting_page')
{{ csrf_field() }} {{ method_field('PATCH') }} @include('setup.partials.action_toolbar', ['title' => 'Custom Website Header & Footer Scripts'])

* Please note that if you want to add a css/js code you have to include the css/js tag as well

Codes inserted below will be injected between the header tag, during run time
{{ showError($errors, 'website_header_script') }}
Codes inserted below will be injected in the footer section, during run time
{{ showError($errors, 'website_footer_script') }}
@endsection