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