@extends('layouts.layout') @section('title', 'Edit Collections') @section('content')
{!! Form::model($theme_options, ['method' => 'PUT', 'id' => 'myform', 'enctype' => 'multipart/form-data', 'route' => ['home_page.update', $theme_options->id ] ]) !!} @include('theme_options.form')
{!! Form::close() !!}
@endsection