@extends('backend.layouts.app') @section('title', 'Saving Interest Rate') @section('content')
{{ Form::model($saving, ['route' =>['saving.update', $saving->slug],'class'=>'form form-validate','role'=>'form', 'files'=>true, 'novalidate']) }} {{ method_field('PUT') }} @include('backend.saving.partials.form', ['header' => 'Edit Interest Rate ('.str_limit($saving->product, 47).')']) {{ Form::close() }}
@stop