@extends('layouts.master') @section('page_title', 'Edit Texture') @section('content') {!! Form::model($texture, ['url' => action('SuperAdminSourceDataController@post_texture_edit', $texture), 'files' => true]) !!}