@extends('admin/layouts/default') @section('title') Billedtalleyout @parent @stop @section('content') @include('common.errors') Billedtalleyout Dashboard Billedtalleyouts Create Billedtalleyout Create New Billedtalleyout {!! Form::open(['route' => 'admin.billedtalleyouts.store']) !!} @include('admin.billedtalleyouts.fields') {!! Form::close() !!} @stop @section('footer_scripts') @stop