@extends('settings.edit') @section('title') {{ __('messages.settings') }} @endsection @section('section') @php $styleCss = 'style'; @endphp @include('layouts.errors') {{ Form::open(['route' => ['settings.update'], 'method' => 'post', 'files' => true, 'id' => 'createSetting']) }}