get background switching working

This commit is contained in:
KodeStar
2018-02-04 21:28:11 +00:00
parent d21138529f
commit ae3d27aca8
9 changed files with 75 additions and 12 deletions

View File

@@ -0,0 +1,9 @@
@extends('app')
@section('content')
{!! Form::model($setting, ['method' => 'PATCH', 'files' => true, 'route' => ['settings.edit', $setting->id]]) !!}
@include('settings.form')
{!! Form::close() !!}
@endsection