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