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