@extends('layouts.app') @section('title') {{ __('messages.settings') }} @endsection @section('content')
@include('flash::message') @include('layouts.errors')
{{ Form::open(['route' => ['setting.update.theme'], 'method' => 'post']) }} @include('settings/theme_config/theme_configuration') {{ Form::close() }}
@endsection