@extends('finance/layouts/default') @section('title') Serviceservicetypes @parent @stop @section('content') @include('common.errors') Serviceservicetypes Edit Dashboard Serviceservicetypes Edit Serviceservicetype Edit Serviceservicetype {!! Form::model($serviceservicetype, ['route' => ['finance.serviceservicetypes.update', collect($serviceservicetype)->first() ], 'method' => 'patch']) !!} @include('finance.serviceservicetypes.fields') {!! Form::close() !!} @stop @section('footer_scripts') @stop