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