@extends('layouts.app') @section('title', 'Settings | Blog') @section('extrastyles') @endsection @section('content')
Settings
@include('flash::message')
{!! Form::open(['novalidate' => 'novalidate','files' => true, 'onSubmit' => 'return savePostSetting()','id' => 'frm_general']) !!}
@include('Website::blog-setting._tab_general')
{{--
--}} {{--
--}} {{-- @include('Website::blog-setting._tab_sidebar')--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- @include('Website::blog-setting._tab_banner')--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- @include('Website::blog-setting._tab_detail_page')--}} {{--
--}} {{--
--}} {{--
--}}
{!! Form::close() !!}
@include('Website::layout._gallery_popup') @endsection @section('footer') @endsection