@extends('layouts.master') @section('page_title', 'Edit Child Theme') @section('content') {!! Form::model($child_theme, ['url' => action('SuperAdminSourceDataController@post_child_theme_edit', compact('parent_theme', 'child_theme'))]) !!}