@extends('finance/layouts/default') @section('title') Services @parent @stop @section('content') @include('common.errors')

Services Edit

Edit Service


{!! Form::model($service, ['route' => ['finance.services.update', collect($service)->first() ], 'method' => 'patch']) !!} @include('finance.services.fields') {!! Form::close() !!}
@stop @section('footer_scripts') @stop