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