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