@extends('admin/layouts/default') @section('title') Talley @parent @stop @section('content') @include('common.errors')

Talley

Create New Talley


{!! Form::open(['route' => 'admin.talleycfs.store']) !!} @include('admin.talleycfs.fields') {!! Form::close() !!}
@stop @section('footer_scripts') @stop