@extends('layouts.app') @section('title','New '.ucfirst(config('settings.file_label_singular')).' Type') @section('content')

{{ucfirst(config('settings.file_label_singular'))}} Type

{!! Form::open(['route' => 'fileTypes.store']) !!} @include('file_types.fields') {!! Form::close() !!}
@endsection