@extends('layouts.master') @section('page_title', 'Create a New Color') @section('content') {!! Form::open(['url' => action('SuperAdminSourceDataController@post_color_create', $family), 'files' => true]) !!}