@extends('layouts.app') @section('title', 'Settings | Website') @section('extrastyles') @endsection @section('content')
{{'HTML'}}
{!! Form::open(['novalidate' => 'novalidate','onsubmit' => 'return updateWebsiteHtmlHead(this);']) !!} @include('Website::setting.html-head._form')
{!! Form::close() !!}
@endsection