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