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