@extends('dashboard.index') @section('contentDashboard') @include('dashboard.page_header') @if (count($errors) > 0)
@endif
{!! Form::model($setting, ['method' => 'PATCH','route' => ['settings.update', $setting->id],'enctype'=>'multipart/form-data']) !!}
{{--
--}}

{!! Form::close() !!}
@endsection